Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IPictureEffect Interface
Members


In This Topic
    IPictureEffect Interface
    In This Topic
    Represents a picture effect.
    Syntax
    'Declaration
     
    
    Public Interface IPictureEffect 
    'Usage
     
    
    Dim instance As IPictureEffect
    public interface IPictureEffect 
    Remarks
    Picture effects are processed as a chain composed of individual items that are applied in sequence to create the final composited image. An effects chain will allow an effect to be added to the chain, reordered, or removed from the chain.
    See Also