Removes a point 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 Remove(
	Point point
)
Visual Basic (Declaration)
Public Sub Remove ( _
	point As Point _
)
Visual C++
public:
void Remove(
	Point^ point
)

Parameters

point
Type: ceometric.VectorGeometry..::.Point
A point.

See Also