Construct the VertexChangedEventArgs object with the supplied index, x-coordinate, and y-coordinate. The x-coordinate and y-coordinate values reflect those of the specified vertex after the change has been made.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax
Parameters
- index
- Type: System Int32
The index of the changed vertex. In the range of zero to one less than the number of vertices in the Polygon.
- newX
- Type: System Double
The new x-coordinate.
- newY
- Type: System Double
The new y-coordinate.
See Also