<< Click to Display Table of Contents >> NShape Reference
|
Finds the control point, with the least distance to the given coordinates.
public abstract ControlPointId FindNearestControlPoint( |
Name |
Description |
---|---|
x |
X coordinate of the reference point |
y |
Y coordinate of the reference point |
range |
Maximum distance between reference point and control point |
controlPointCapability |
Returned control point must have at least one of these capabilities. |
Id of found control point or ControlPointId.None.
None