Orientation

public struct Orientation

The identity values for orientation.

  • The identity value for rotation.

    Declaration

    Swift

    public static let rotation: Int
  • The identity value for a vertical flip.

    Declaration

    Swift

    public static let flipVertically: Bool
  • The identity value for a horizontal flip.

    Declaration

    Swift

    public static let flipHorizontally: Bool