#include “BiAnno.h”
BOOL CALLBACK AnnoObjSelect(INT_PTR pAnno,long x,long y)
Description
Selects the up most object at point (x, y)
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
long |
x, y |
x, y coordinates |
Return value
TRUE if found. FALSE if not found.
Programming Notes
None
Code Example
None