AnnAutoRotate example for Visual J++

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:

LEAD1.setAnnAutoRotate( true );
LEAD1.Rotate( 2222, ROTATE_RESIZE, new Color( 0, 0, 255 ) );