LineGeometry.SegmentNearPoint Method
Returns the index of the segment closest to the specified Point.
SegmentNearPoint(Point point)
Returns the index of the segment closest to the specified Point.Syntax
public System.Int32 SegmentNearPoint (
Point point
)
Parameters
A point.
Return Value
The index of the segment closest to point.
Remarks
This method operates on 2D geometries and all z-coordinate values are ignored.
Platforms
Windows, Linux, Android