public final class CGImagePropertyOrientation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
Down
0th row at bottom, 0th column on right - 180 deg rotation
|
static int |
DownMirrored
0th row at bottom, 0th column on left - vertical flip
|
static int |
Left
0th row on left, 0th column at bottom - 90 deg CCW
|
static int |
LeftMirrored
0th row on left, 0th column at top
|
static int |
Right
0th row on right, 0th column at top - 90 deg CW
|
static int |
RightMirrored
0th row on right, 0th column on bottom
|
static int |
Up
0th row at top, 0th column on left - default orientation
|
static int |
UpMirrored
0th row at top, 0th column on right - horizontal flip
|
public static final int Up
public static final int UpMirrored
public static final int Down
public static final int DownMirrored
public static final int LeftMirrored
public static final int Right
public static final int RightMirrored
public static final int Left