VertexAddedEventArgs PropertiesCognex VisionPro 9.25 SR1

The VertexAddedEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyHandle (Overrides EventArgs Handle.)
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 Polygon.

Public propertyNewX

X-coordinate of the new vertex.

Public propertyNewY

Y-coordinate of the new vertex.

Top
See Also