Spread Windows Forms 17
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 IDrawingSurface, _
       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 IDrawingSurface
    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