<< Click to Display Table of Contents >> NShape Reference
|
Removes the specified (dynamic) connection point from the linear shape.
void RemoveConnectionPoint(ControlPointId pointId) |
Removes the specified (dynamic) connection point from the linear shape.
If shapes are connected to the connection point, these shapes will be disconnected.
If the specified ControlPointId is not a dynamic connection point (e.g. a resize point), an exception will be thrown.
Available in NShape 2.0
Exception |
Condition |
---|---|
ArgumentOutOfRangeException |
Linear shape does not contain a control point with the specified ControlPointId. |
InvalidOperationException |
The specified control point is a vertex. |