Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IEffectParameter Interface
Members


In This Topic
    IEffectParameter Interface
    In This Topic
    Describes a single Picture Effect parameter.
    Object Model
    IEffectParameter Interface
    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