#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, |
Return value
None
Programming Notes
None
Code Example
None