<< Click to Display Table of Contents >> NShape Reference
|
Retrieves a shape's action points.
public abstract IEnumerable<ControlPointId> GetControlPointIds( |
Retrieves the ids of all points with the indicated control point capabilities.
Name |
Description |
---|---|
controlPointCapability |
Restricts the control points to the ones that have the specified capability. |
Enumerator with the control point ids of the shape.
Name |
Description |
---|---|
ArgumentException |
ownPointId is invalid |
.