ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.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