Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Drawing Namespace / GdiPlusDrawingContext Class / CreateGeometryDrawing Method


In This Topic
    CreateGeometryDrawing Method (GdiPlusDrawingContext)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function CreateGeometryDrawing( _
       ByVal drawingObject As DrawingObject _
    ) As GeometryDrawing
    'Usage
     
    
    Dim instance As GdiPlusDrawingContext
    Dim drawingObject As DrawingObject
    Dim value As GeometryDrawing
     
    value = instance.CreateGeometryDrawing(drawingObject)
    public GeometryDrawing CreateGeometryDrawing( 
       DrawingObject drawingObject
    )

    Parameters

    drawingObject
    See Also