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