Spread Windows Forms 14.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Factory Class / CreateGeometryDrawing Method
The drawing object object.


In This Topic
    CreateGeometryDrawing Method
    In This Topic
    Gets the geometry shape drawing.
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateGeometryDrawing( _
       ByVal drawingObject As DrawingObject _
    ) As GeometryDrawing
    'Usage
     
    
    Dim instance As Factory
    Dim drawingObject As DrawingObject
    Dim value As GeometryDrawing
     
    value = instance.CreateGeometryDrawing(drawingObject)
    public virtual GeometryDrawing CreateGeometryDrawing( 
       DrawingObject drawingObject
    )

    Parameters

    drawingObject
    The drawing object object.

    Return Value

    The GrapeCity.Drawing.GeometryDrawing object which can be used to draw a geometry shape.
    See Also