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


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

    Parameters

    drawingObject
    The drawing object object.
    dpi

    Return Value

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