<< Click to Display Table of Contents >> NShape Reference
|
Removes the point with the given ControlPointId from the line.
void RemoveVertex(ControlPointId pointId) |
Removes the point with the given ControlPointId from the line.
Exception |
Condition |
---|---|
ArgumentException |
The given ControlPointId is ControlPointId.Any or ControlPointId.Reference. |
InvalidOperationException |
The specified control point is a glue point. |