#include “BiAnno.h”
LONG CALLBACK AnnoObjGetTextHAlign(INT_PTR pAnno)
Description
Returns the horizontal text alignment for the selected A_NOTE object.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
Return value
The text alignment or ANNO_UNDEF if no object is selected. Possible values are:
TA_LEFT,
TA_CENTER,
TA_RIGHT (same values as in the GDI).
Programming Notes
None
Code Example
None