<< Click to Display Table of Contents >> NShape Reference
|
Returns the ControlPointId of the vertex next to the vertex associated with the given ControlPointId.
ControlPointId GetPreviousVertexId(ControlPointId vertexId) |
Returns the ControlPointId of the vertex next to the vertex associated with the given ControlPointId.
Direction: ControlPointId.LastVertex to ControlPointId.FirstVertex.
Exception |
Condition |
---|---|
IndexOutOfRangeException |
Linear shape does contain a control point with the specified ControlPointId. |