Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document Namespace / RightTriangleShape Class / Clone Method

In This Topic
    Clone Method (RightTriangleShape)
    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