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


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

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

See Also