Enum CameraTagOrientation
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
Enumeration for the orientation values of tag.
public enum CameraTagOrientation
Fields
Name | Description |
---|---|
BottomLeft | Row #0 is at the bottom, column #0 is to the left. |
BottomRight | Row #0 is at the bottom, column #0 is to the right. |
LeftBottom | Row #0 is at the left, column #0 is to the bottom. |
LeftTop | Row #0 is at the left, column #0 is to the top. |
RightBottom | Row #0 is at the right, column #0 is to the bottom. |
RightTop | Row #0 is at the right, column #0 is to the top. |
TopLeft | Row #0 is at the top, column #0 is to the left. |
TopRight | Row #0 is at the top, column #0 is to the right. |