AnnoObjGetPos

#include “BiAnno.h”

void CALLBACK AnnoObjGetPos(INT_PTR pAnno,LPSIZE pPos)

Description

Returns the upper-left position of the selected object.

Parameters

INT_PTR

pAnno

Annotation handle

LPSIZE

pPos

Pointer to a SIZE structure, the coordinates will be returned here

Return value

None

Programming Notes

None

Code Example

None