#include “BiAnno.h”
void CALLBACK AnnoObjGetRect(INT_PTR pAnno,LPRECT lpRect)
Description
Returns the rectangle of the selected object (in logical coordinates).
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
LPRECT |
lpRect |
Pointer to a RECT structure, the rectangle will be returned here |
Return value
None
Programming Notes
None
Code Example
None