In This Topic
Clone the
Shape object and returns a reference to the new cloned instance.
Syntax
'Declaration
Public Function Clone() As Shape
'Usage
Dim instance As Shape
Dim value As Shape
value = instance.Clone()
Return Value
The new cloned shape object.
See Also