CGImagePropertyOrientation 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.
Enumerates orientation values.
public enum CGImagePropertyOrientation
type CGImagePropertyOrientation =
- Inheritance
-
CGImagePropertyOrientation
Fields
Name | Value | Description |
---|---|---|
Up | 1 | |
UpMirrored | 2 | |
Down | 3 | |
DownMirrored | 4 | |
LeftMirrored | 5 | |
Right | 6 | |
RightMirrored | 7 | |
Left | 8 |