Polygon EventsCognex VisionPro 9.22

The Polygon type exposes the following members.

Events

  NameDescription
Public eventBulkChanged

Occurs after a bulk change to the polygon, such as a call to SetVertices.

Public eventChanged

The actual event.

(Overrides ChangedEventShareableBase Changed.)
Public eventDragging

Raised when an interactive graphic is being dragged.

(Overrides GraphicInteractiveBase Dragging.)
Public eventDraggingStopped

Raised after the drag operation of an interactive graphic is complete.

(Overrides GraphicInteractiveBase DraggingStopped.)
Public eventVertexAdded

Occurs after one or more vertices are added to the polygon.

Public eventVertexChanged

Occurs after the x or y coordinate of a single vertex is changed in the polygon.

Public eventVertexRemoved

Occurs after one or more vertices are deleted from the polygon.

Top
See Also