Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / GetGeometryDrawing Method


In This Topic
GetGeometryDrawing Method (Shape)
In This Topic
Syntax
'Declaration
 
Public Overridable Function GetGeometryDrawing( _
   ByVal workbook As Workbook, _
   ByVal context As IDrawingContext, _
   ByVal shapeRect As Rectangle, _
   Optional ByVal useableCachedBitmap As Boolean, _
   Optional ByVal measuring As Boolean _
) As GeometryDrawing
 
'Usage
 
Dim instance As Shape
Dim workbook As Workbook
Dim context As IDrawingContext
Dim shapeRect As Rectangle
Dim useableCachedBitmap As Boolean
Dim measuring As Boolean
Dim value As GeometryDrawing
 
value = instance.GetGeometryDrawing(workbook, context, shapeRect, useableCachedBitmap, measuring)

Parameters

workbook
context
shapeRect
useableCachedBitmap
measuring
See Also