The CogVertexAddedEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Index | The index of the added vertex. -1 means that new vertices were added at the end until the number of vertices equaled newNumVertices. | |
| NewNumVertices | The new number of vertices in the CogPolygon. | |
| NewX | X-coordinate of the new vertex. | |
| NewY | Y-coordinate of the new vertex. |
See Also