'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.