Rotate the image by the given angle.
Visual Basic |
---|
Public Sub Rotate( _ ByVal rotationAngle As Double, _ Optional ByVal padColor As OLE_COLOR = 16777215 _ ) |
- rotationAngle
- The angle to rotate the image (measured in degrees).
- padColor
- The color to use to pad the image. If rotationAngle is a multiple of 90 degrees, no padding will be needed.