FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / ShapeBase Class / CreateShape Method

In This Topic
    CreateShape Method (ShapeBase)
    In This Topic
    Creates ShapeBase-derived object appropriate specified ShapeType.
    Syntax
    'Declaration
     
    Public Shared Function CreateShape( _
       ByVal shapeType As ShapeType _
    ) As ShapeBase
    public static ShapeBase CreateShape( 
       ShapeType shapeType
    )

    Parameters

    shapeType
    See Also