CIImageOrientation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify the origin of the CIImage.
public enum CIImageOrientation
type CIImageOrientation =
- Inheritance
-
CIImageOrientation
Fields
Name | Value | Description |
---|---|---|
TopLeft | 1 | Standard position. |
TopRight | 2 | Mirror image of standard position. |
BottomRight | 3 | Rotated 180 degrees from standard position. |
BottomLeft | 4 | Mirror image taken after the standard position image has been rotated 180 degrees. |
LeftTop | 5 | Mirror image taken after the standard position image has been rotated 90 degrees clockwise. |
RightTop | 6 | Rotated 90 degrees counterclockwise from standard position. |
RightBottom | 7 | Mirror image taken after the standard position image has been rotated 90 degrees counterclockwise. |
LeftBottom | 8 | Rotated 90 degrees clockwise from standard position. |
Remarks
The enumeration values are equal to those of the EXIF and TIFF specifications.