VertexChangedEventArgs Constructor Cognex VisionPro 9.22

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.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public VertexChangedEventArgs(
	int index,
	double newX,
	double newY
)

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