In This Topic
Duplicates the shape and returns a reference to the new copy.
Syntax
'Declaration
Public Shadows Function Duplicate() As Shape
'Usage
Dim instance As Shape
Dim value As Shape
value = instance.Duplicate()
public new Shape Duplicate()
Return Value
The new duplicated shape.
See Also