AnnoObjSetPos

#include “BiAnno.h”

void CALLBACK AnnoObjSetPos(INT_PTR pAnno,long x,long y)

Description

Sets the upper-left coordinate point of the selected object. In case of A_LINE type objects this function sets the starting point

Parameters

INT_PTR

pAnno

Annotation handle

long

x, y

Coordinates for the upper-left point

Return value

None

Programming Notes

None

Code Example

None