Construct the CogVertexChangedEventArgs 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.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.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 CogPolygon.
- newX
- Type: System Double
The new x-coordinate.
- newY
- Type: System Double
The new y-coordinate.
See Also