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


In This Topic
    DrawingObject Class
    In This Topic
    Represents the abstraction drawing object.
    Syntax
    'Declaration
     
    
    Public MustInherit Class DrawingObject 
       Inherits GrapeCity.Spreadsheet.Data.BindableObject
    'Usage
     
    
    Dim instance As DrawingObject
    public abstract class DrawingObject : GrapeCity.Spreadsheet.Data.BindableObject 
    Inheritance Hierarchy

    System.Object
          GrapeCity.Spreadsheet.Drawing.DrawingObject
             GrapeCity.Spreadsheet.Drawing.GraphicObject
             GrapeCity.Spreadsheet.Drawing.Shape

    See Also