Click or drag to resize
DigitalRuneGeometricObjectIGeometricObjectClone Method
Creates a new IGeometricObject that is a clone (deep copy) of the current instance.

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
IGeometricObject IGeometricObject.Clone()

Return Value

Type: IGeometricObject
A new IGeometricObject that is a clone (deep copy) of the current instance.

Implements

IGeometricObjectClone
See Also