ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.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