CogVertexChangedEventArgs Constructor Cognex VisionPro 9.5
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.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public CogVertexChangedEventArgs(
	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 CogPolygon.
newX
Type: System Double
The new x-coordinate.
newY
Type: System Double
The new y-coordinate.
See Also