<< Click to Display Table of Contents >> NShape Reference
|
Adds a new ControlPoint to the interior of the shape.
ControlPointId AddVertex(int x, int y) |
Adds a new vertex to the interior of the shape.
Name |
Description |
---|---|
x |
X coordinate of the new vertex. |
y |
Y coordinate of the new vertex. |
The ControlPointId of the new vertex.
Exception |
Condition |
---|---|
NShapeException |
Adding a new vertex failed. |