AnnoRotateObjFont90

AnnoRotateObjFont180

AnnoRotateObjFont270

#include “BiAnno.h”

void CALLBACK AnnoRotateObjFont90(INT_PTR pAnno)

void CALLBACK AnnoRotateObjFont180(INT_PTR pAnno)

void CALLBACK AnnoRotateObjFont270(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, A_MULITILINE and A_DATETIME objects will also rotate content text. The rotation will be “absolute” and counter clockwise, indifferent of the current position of the text.

Code Example

None