Clone Method (IsoscelesTriangleShape)
In This Topic
Creates a copy of the current
ShapeBase object. Property
Owner is not copied and value of
Owner property is null.
Syntax
'Declaration
Public Function Clone() As ShapeBase
Return Value
The newly created
ShapeBase object.
See Also