Usage Long AnnoObjPtInObj(X As Long, Y As Long)
Description Returns the relative position of a point in the selected object.
Parameters X Long x coordinate of the point
Y Long y coordinate of the point
Return value 0 if the point is not in the object
1 if the point is on the right edge of the object
2 if the point is on the left edge of the object
3 if the point is on the top edge of the object
4 if the point is on the bottom edge of the object
5 if the point is in the object
Programming Notes None