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


Effect Class
Represents the base class for effect which is applied to the shape by the rendering engine. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Syntax
'Declaration
 
Public MustInherit Class Effect 
   Implements GrapeCity.Spreadsheet.ICloneable(Of Effect) 
 
'Usage
 
Dim instance As Effect
Inheritance Hierarchy
See Also