Removes points with identical X and Y coordinates from the set.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public void RemoveMultiplePoints2d()
Visual Basic (Declaration)
Public Sub RemoveMultiplePoints2d
Visual C++
public:
void RemoveMultiplePoints2d()

Remarks

Two points are considered equal if the X and Y coordinate of one point AlmostEquals(Double, Double) the respective coordinate of the other point.

See Also