Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / BlurEffect Class
Members


BlurEffect Class
Represents a blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected. This class cannot be inherited.
Syntax
'Declaration
 
Public NotInheritable Class BlurEffect 
   Inherits Effect
   Implements GrapeCity.Spreadsheet.ICloneable(Of Effect) 
 
'Usage
 
Dim instance As BlurEffect
Inheritance Hierarchy

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

See Also