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


In This Topic
    DrawGeometry(GeometryDrawing,Rectangle) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub DrawGeometry( _
       ByVal geometryDrawing As GeometryDrawing, _
       ByVal rect As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As GdiPlusDrawingContext
    Dim geometryDrawing As GeometryDrawing
    Dim rect As Rectangle
     
    instance.DrawGeometry(geometryDrawing, rect)
    public void DrawGeometry( 
       GeometryDrawing geometryDrawing,
       Rectangle rect
    )

    Parameters

    geometryDrawing
    rect
    See Also