TransformAction

@objc
public enum TransformAction : Int

Describes all available transform actions.

  • Rotate the image to the left.

    Declaration

    Swift

    case rotateLeft
  • Flip the image horizontally.

    Declaration

    Swift

    case flipHorizontally
  • Straightens the image.

    Declaration

    Swift

    case straighten