ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas Namespace / DrawingShape Class / Clone Method

In This Topic
    Clone Method (DrawingShape)
    In This Topic
    Creates a new DrawingShape object that is a copy of the current instance.
    Syntax
    'Declaration
     
    Public Function Clone() As DrawingShape
    public DrawingShape Clone()

    Return Value

    A new DrawingShape object that is a copy of the current instance.
    See Also