C1.WPF.Word.4.6.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
 

Return Value

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