AnnAutoRotate example for C++ 4.0 and later

Note: This topic is for Document/Medical only.

This example enables automatic rotation of annotations, then rotates the bitmap 2222 hundredths of degrees to demonstrate the automation:

m_Lead1.SetAnnAutoRotate(TRUE);
m_Lead1.Rotate (2222, ROTATE_RESIZE, RGB(0, 0, 255));