UIImageOrientation Constants Reference
| Declared in | SLGPUImageOutput.h |
|---|
UIImageOrientation
Definition
typedef NS_ENUM(NSInteger, UIImageOrientation ) {
UIImageOrientationUp,
UIImageOrientationDown,
UIImageOrientationLeft,
UIImageOrientationRight,
UIImageOrientationUpMirrored,
UIImageOrientationDownMirrored,
UIImageOrientationLeftMirrored,
UIImageOrientationRightMirrored,
};
Constants
UIImageOrientationUp-
Declared In
SLGPUImageOutput.h. UIImageOrientationDown-
Declared In
SLGPUImageOutput.h. UIImageOrientationLeft-
Declared In
SLGPUImageOutput.h. UIImageOrientationRight-
Declared In
SLGPUImageOutput.h. UIImageOrientationUpMirrored-
Declared In
SLGPUImageOutput.h. UIImageOrientationDownMirrored-
Declared In
SLGPUImageOutput.h. UIImageOrientationLeftMirrored-
Declared In
SLGPUImageOutput.h. UIImageOrientationRightMirrored-
Declared In
SLGPUImageOutput.h.