Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Paint Method / Paint(Workbook,IDrawingSurface) Method
The workbook that contains this drawing object.
The drawing context that paints this drawing object.


In This Topic
    Paint(Workbook,IDrawingSurface) Method
    In This Topic
    Paints this drawing object to the specified drawing context.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Paint( _
       ByVal workbook As Workbook, _
       ByVal drawingContext As IDrawingSurface _
    ) 
    'Usage
     
    
    Dim instance As Shape
    Dim workbook As Workbook
    Dim drawingContext As IDrawingSurface
     
    instance.Paint(workbook, drawingContext)

    Parameters

    workbook
    The workbook that contains this drawing object.
    drawingContext
    The drawing context that paints this drawing object.
    See Also