ImageGear Professional v18.2 > API Reference Guide > Processing Component API Reference > Processing Component Objects > IGProcessingCtl Control > IGProcessingCtl Methods > Rotate90k Method |
Rotates an image clockwise about its center. The rotation must be a multiple of 90 degrees. If the rotation is either 90 or 270 degrees, the previous width of the image becomes the new height, and the previous height of the image becomes the new width. IG_ROTATE_0 does nothing and is included for completeness only.
This method processes all image channels, including Alpha channel and Extra channels, if they exist.
Rotate90k (ByVal pPage As IGPage, ByVal RotationValue As
enumIGRotationValues)
Name | Description |
---|---|
pPage | Reference to IGPage Object. |
RotationValue | One of IG_ROTATE_0, IG_ROTATE_90, IG_ROTATE_180, or IG_ROTATE_270. |
N/A
1, 4, 8, 9-16-bit gray level, 24, 32
Image Processing and Effects