AnnoObjPtInObj

#include “BiAnno.h”

LONG CALLBACK AnnoObjPtInObj(INT_PTR pAnno,LONG x ,LONG y)

Description

Returns the relative position of a point in the selected object

Parameters

INT_PTR

pAnno

Annotation handle

long

x

x coordinate of the point

long

y

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

Code Example

None