Remove the specified vertex from the polygon. Index must be >= 0 and < NumVertices.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
Parameters
- index
- Type: System Int32
Index of the vertex.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | index < 0 |
| ArgumentException | index >= NumVertices |
Remarks
Changed Raised when a vertex is removed.
Remarks
Removes the specified vertex from the polygon. index must be >= 0 and < NumVertices.
See Also