Enumerates the angles of rotation used by Rotate method.
Rotate method rotates the image by an angle specified by Rotation parameter. The following values are valid:
| None | Does not rotate the image. This value has a meaning for Rotation property. |
| Left90 | Rotates the image counter clockwise by 90 degrees. |
| Left180 | Rotates the image counter clockwise by 180 degrees. |
| Left270 | Rotates the image counter clockwise by 270 degrees. |
| Right90 | Rotates the image clockwise by 90 degrees. |
| Right180 | Rotates the image clockwise by 180 degrees. |
| Right270 | Rotates the image clockwise by 270 degrees. |
| Member Name | Description |
|---|---|
| None | |
| Left90 | |
| Left180 | |
| Left270 | |
| Right90 | |
| Right180 | |
| Right270 |
Namespace: Resco.Controls.ImageBox
Assembly: Resco.ImageBox.CF3 (in Resco.ImageBox.CF3.dll)
Resco.Controls.ImageBox Namespace | Rotate