Enum Rotation
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
- API Level:
- 4
Specifies the directions of rotation.
C#Copypublic enum Rotation
Name | Description |
---|---|
Rotate0 | No rotation. |
Rotate180 | Rotate clockwise by 180 degrees. |
Rotate270 | Rotate clockwise by 270 degrees. |
Rotate90 | Rotate clockwise by 90 degrees. |