AnnoOrientationObjFont0

AnnoOrientationObjFont90

AnnoOrientationObjFont180

AnnoOrientationObjFont270

#include “BiAnno.h”

void CALLBACK AnnoOrientationObjFont0(INT_PTR pAnno)

void CALLBACK AnnoOrientationObjFont90(INT_PTR pAnno)

void CALLBACK AnnoOrientationObjFont180(INT_PTR pAnno)

void CALLBACK AnnoOrientationObjFont270(INT_PTR pAnno)

Description

Sets the text orientation 0, 90, 180 and 270-degrees (including the text orientation) of the selected objects: A_NOTE, A_TEXTBOX and A_MULITILINE, A_DATETIME.

Parameters

INT_PTR

pAnno

Annotation handle

Return value

None

Programming Notes

Rotation of the A_NOTE, A_TEXTBOX and A_MULITILINE objects will also rotate content text. The rotation will be “absolute” and counter clockwise, indiferent of the current position of the text.

Code Example

None