Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class
Members


In This Topic
    GeometryDrawing Class
    In This Topic
    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
    public abstract class GeometryDrawing : Drawing 
    Inheritance Hierarchy

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

    See Also