Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / RectangleShape Class / Clone Method

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