Rotates the current image.
| Visual Basic |
|---|
Public Sub Rotate( _ ByVal IPRotateA As Double _ ) |
- IPRotateA
The angle (in degrees) by which the image will be rotated.
Valid range is -360 to 360 (degrees).
Rotation is counterclockwise.
90 degree angles use an optimized algorithm for the rotation.