Returns the zero-based index of a point in the set.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public int IndexOf( Point point ) |
| Visual Basic (Declaration) |
|---|
Public Function IndexOf ( _ point As Point _ ) As Integer |
| Visual C++ |
|---|
public: int IndexOf( Point^ point ) |
Parameters
- point
- Type: ceometric.VectorGeometry..::.Point
A point.