Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Factory Class / CreateGeometryDrawing Method


In This Topic
    CreateGeometryDrawing Method
    In This Topic
    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
    See Also