JDLRotationMode Constants Reference

Declared in JDLConstants.h

JDLRotationMode

@enum JDLRotationMode

Definition

typedef NS_ENUM(NSInteger, JDLRotationMode ) {
   kJDLNoRotation,
   kJDLRotateLeft,
   kJDLRotateRight,
   kJDLFlipVertical,
   kJDLFlipHorizonal,
   kJDLRotateRightFlipVertical,
   kJDLRotateRightFlipHorizontal,
   kJDLRotate180,
};

Constants

kJDLNoRotation

无旋转

Declared In JDLConstants.h.

kJDLRotateLeft

向左

Declared In JDLConstants.h.

kJDLRotateRight

向右

Declared In JDLConstants.h.

kJDLFlipVertical

竖直

Declared In JDLConstants.h.

kJDLFlipHorizonal

水平

Declared In JDLConstants.h.

kJDLRotateRightFlipVertical

右垂直

Declared In JDLConstants.h.

kJDLRotateRightFlipHorizontal

右水平

Declared In JDLConstants.h.

kJDLRotate180

180度

Declared In JDLConstants.h.

Declared In

JDLConstants.h