Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingCacheable Interface / GetGeometryDrawing Method
The size of the shape
if set to true, the cached object must be returned.
The current zoom scale.


In This Topic
GetGeometryDrawing Method (IDrawingCacheable)
In This Topic
Gets the geometry drawing related to the shape.
Syntax
'Declaration
 
Function GetGeometryDrawing( _
   ByVal rectSize As Size, _
   ByVal cacheOnly As Boolean, _
   ByVal zoomScale As Double _
) As GeometryDrawing
 
'Usage
 
Dim instance As IDrawingCacheable
Dim rectSize As Size
Dim cacheOnly As Boolean
Dim zoomScale As Double
Dim value As GeometryDrawing
 
value = instance.GetGeometryDrawing(rectSize, cacheOnly, zoomScale)

Parameters

rectSize
The size of the shape
cacheOnly
if set to true, the cached object must be returned.
zoomScale
The current zoom scale.

Return Value

The geometry drawing related to the shape.
See Also