A deep copy of this instance.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public PointSet DeepCopy() |
Visual Basic (Declaration) |
---|
Public Function DeepCopy As PointSet |
Visual C++ |
---|
public: PointSet^ DeepCopy() |
Return Value
Returns a deep copy of this instance.
Remarks
A deep copy is a new instance of PointSet containing points with the same
coordinates and in the same order than this point set.