| ShapeClone Method |
Creates a new
Shape that is a clone (deep copy) of the current instance.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax Public Function Clone As Shape
member Clone : unit -> Shape
Return Value
Type:
Shape
A new
Shape that is a clone (deep copy) of the current instance.
Remarks See Also