Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / CreateDrawingContext Method
The workbook.


In This Topic
CreateDrawingContext Method
In This Topic
Creates the drawing context.
Syntax
'Declaration
 
Public MustOverride Function CreateDrawingContext( _
   ByVal workbook As Workbook _
) As IDrawingContext
 
'Usage
 
Dim instance As ImageDrawing
Dim workbook As Workbook
Dim value As IDrawingContext
 
value = instance.CreateDrawingContext(workbook)

Parameters

workbook
The workbook.

Return Value

The drawing context.
See Also