true
GeometryDrawing GetGeometryDrawing( Size rectSize, bool cacheOnly, double zoomScale )
'Declaration Function GetGeometryDrawing( _ ByVal rectSize As Size, _ ByVal cacheOnly As Boolean, _ ByVal zoomScale As Double _ ) As GeometryDrawing
'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)
'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)
IDrawingCacheable Interface IDrawingCacheable Members