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