AnnoObjSetSize

#include “BiAnno.h”

void CALLBACK AnnoObjSetSize(INT_PTR pAnno,long w,long h)

Description

Sets the height and width of the selected object. In case of A_LINE type objects this function sets the end point.

Parameters

INT_PTR

pAnno

Annotation handle

long

w,h

Width, height

Return value

None

Programming Notes

None

Code Example

None