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


GeometryDrawing Class
Represents the drawing of a geometry shape. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Syntax
'Declaration
 
Public MustInherit Class GeometryDrawing 
   Inherits Drawing
 
'Usage
 
Dim instance As GeometryDrawing
Inheritance Hierarchy

System.Object
   GrapeCity.Drawing.Drawing
      GrapeCity.Drawing.GeometryDrawing
         GrapeCity.Drawing.ImageDrawing

See Also