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


DrawingObject Class
Represents the abstraction drawing object. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Syntax
'Declaration
 
Public MustInherit Class DrawingObject 
   Inherits GrapeCity.Spreadsheet.Data.BindableObject
   Implements GrapeCity.Spreadsheet.Data.IBindings 
 
'Usage
 
Dim instance As DrawingObject
Inheritance Hierarchy

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

See Also