This class defines the degree constants used for graphic rotation.
public enum ImageRotation
Member | Value | Description |
---|---|---|
DEGREE_0 | 0 | Rotates 0 degrees (no rotation). |
DEGREE_90 | 90 | Rotates 90 degrees. |
DEGREE_180 | 180 | Rotates 180 degrees. |
DEGREE_270 | 270 | Rotates 270 degrees. |