#include “BiAnno.h”
void CALLBACK AnnoRotateObj90(INT_PTR pAnno)
void CALLBACK AnnoRotateObj180(INT_PTR pAnno)
void CALLBACK AnnoRotateObj270(INT_PTR pAnno)
Description
Rotates the object 90, 180 and 270-degrees.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
Return value
None
Programming Notes
None
Code Example
None