<< Click to Display Table of Contents >> NShape Reference
|
Inserts a new control point to the shape before the control point with the given Id.
ControlPointId InsertVertex(ControlPointId beforePointId, int x, int y) |
Inserts a new control point to the shape before the control point with the given Id.
The position of the new Point may be outside the shape, thus changing the outline of the shape.
Exception |
Condition |
---|---|
IndexOutOfRangeException |
Linear shape does contain a control point with the specified ControlPointId. |