Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / BlurEffect Class
Members


In This Topic
    BlurEffect Class
    In This Topic
    Represents a blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class BlurEffect 
       Inherits Effect
       Implements GrapeCity.CalcEngine.ICloneable(Of Effect) 
    'Usage
     
    
    Dim instance As BlurEffect
    public sealed class BlurEffect : Effect, GrapeCity.CalcEngine.ICloneable<Effect>  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Drawing.Effects.Effect
          GrapeCity.Drawing.Effects.BlurEffect

    See Also