The CogPolygon type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| BulkChanged | Occurs after a bulk change to the polygon, such as a call to SetVertices or loading from an archive. | |
| Changed | Occurs when one or more parts of the object's state may have changed. | |
| Dragging | Occurs when an interactive graphic is being dragged. | |
| DraggingStopped | Occurs after the drag operation of an interactive graphic is complete. | |
| VertexAdded | Occurs after one or more vertices are added to the polygon. | |
| VertexChanged | Occurs after the x or y coordinate of a single vertex is changed in the polygon. | |
| VertexRemoved | Occurs after one or more vertices are deleted from the polygon. |
See Also