In This Topic
Creates a copy of this shape.
Syntax
'Declaration
Public Overrides Function Clone() As Object
'Usage
Dim instance As XShape
Dim value As Object
value = instance.Clone()
public override object Clone()
Return Value
A copy of this shape.
See Also