FindNearestCross(x As Double, y As Double, searchSize As Long, ByRef conf As Integer, ByRef dist As Double) As Integer
Form object
Computes the distance in pixels between (x, y) and the nearest "x"- or "+"-shaped object. Only objects on the front page of the form and within searchSize are examined.
Related topics
GetAdjustmentPosition
GetCoordinateTransform
The Form object