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

In This Topic
    Clone Method (ShapeBase)
    In This Topic
    Creates a copy of the current ShapeBase object.
    Syntax
    'Declaration
     
    Public Function Clone() As ShapeBase
    public ShapeBase Clone()

    Return Value

    The newly created ShapeBase object.
    See Also