AnnoObjSetTextHAlign

#include “BiAnno.h”

void CALLBACK AnnoObjSetTextHAlign(INT_PTR pAnno, LONG lAlign)

Description

Sets the horizontal text alignment for the selected A_NOTE object.

Parameters

INT_PTR

pAnno

Annotation handle

long

lAlign

Text alignment, may be set to:

TA_LEFT,
TA_CENTER,
TA_RIGHT (same values as in the GDI).

Return value

None

Programming Notes

None

Code Example

None