Ink.NearestPoint Method

Returns the Stroke object within the Ink object that is nearest to a known Point.

Overload List

Name Description
Ink.NearestPoint (Point) Returns the Stroke object within the Ink object that is nearest to a specified Point, given in ink space coordinates.
Ink.NearestPoint (Point, Single) Returns the Stroke object nearest a specified point, and returns the point on the Stroke object that is closest to the specified point.
Ink.NearestPoint (Point, Single, Single) Returns the Stroke object nearest a specified point, returns the point on the Stroke object that is closest to the specified point, and returns the distance between the specified point and the nearest point on the Stroke object in the Ink object.

See Also

Reference

Ink Class
Ink Members
Microsoft.Ink Namespace
Stroke
Stroke.Split