Removes a point from the set.
Namespace:
ceometric.VectorGeometryAssembly: 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.