CogVertexAddedEventArgs PropertiesCognex VisionPro 9.8

The CogVertexAddedEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyIndex
The index of the added vertex. -1 means that new vertices were added at the end until the number of vertices equaled newNumVertices.
Public propertyNewNumVertices
The new number of vertices in the CogPolygon.
Public propertyNewX
X-coordinate of the new vertex.
Public propertyNewY
Y-coordinate of the new vertex.
Top
See Also