#include “BiAnno.h”
void Rotate90( void );
void Rotate180( void );
void Rotate270( void );
void FlipHorizontal( void );
void FlipVertical( void );
Description
These functions rotate and flip the annotation objects. Must be called when the image is rotated and flipped, so the annotation will follow the image transformations.
Parameters
None
Return value
None
Programming Notes
None
Code Example
None