Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Drawing Namespace / GdiPlusDrawingContext Class / MeasureGeometryDrawing Method / MeasureGeometryDrawing(GeometryDrawing,Boolean) Method


In This Topic
    MeasureGeometryDrawing(GeometryDrawing,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function MeasureGeometryDrawing( _
       ByVal geometryDrawing As GeometryDrawing, _
       ByVal ignoreRotation As Boolean _
    ) As Rectangle
    'Usage
     
    
    Dim instance As GdiPlusDrawingContext
    Dim geometryDrawing As GeometryDrawing
    Dim ignoreRotation As Boolean
    Dim value As Rectangle
     
    value = instance.MeasureGeometryDrawing(geometryDrawing, ignoreRotation)
    public Rectangle MeasureGeometryDrawing( 
       GeometryDrawing geometryDrawing,
       bool ignoreRotation
    )

    Parameters

    geometryDrawing
    ignoreRotation
    See Also