#include “BiAnno.h”
void CALLBACK AnnoObjGetSize(INT_PTR pAnno,LPSIZE pSize)
Description
Returns the width and height of the selected object.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
LPSIZE |
pPos |
Pointer to a SIZE structure, the size will be returned here |
Return value
None
Programming Notes
None
Code Example
None