Overload | Description |
---|---|
GetNearestPoint(NPoint[],NPoint) | Gets the point in the specified array, which is nearest to the specified point. If array is empty returns the point itself. |
GetNearestPoint(NPoint[],Int32,Int32,NPoint) | Gets the point in the specified points array range, which is nearest to the specified point. If count is zero returns the point itself. |