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


In This Topic
    IEffectParameter Interface
    In This Topic
    Describes a single Picture Effect parameter.
    Syntax
    'Declaration
     
    
    Public Interface IEffectParameter 
    'Usage
     
    
    Dim instance As IEffectParameter
    public interface IEffectParameter 
    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. Effect parameters specify properties of those effects.
    See Also