C1.WPF.Document Assembly / C1.WPF.Document Namespace / LineShape Class / Clone Method

In This Topic
Clone Method (LineShape)
In This Topic
Creates a copy of the current ShapeBase object.
Syntax
'Declaration
 
Public Function Clone() As ShapeBase
 

Return Value

The newly created ShapeBase object.
See Also