ImageArea

public enum ImageArea

Undocumented

  • The full image size.

    Declaration

    Swift

    case full
  • The last vertical third.

    Declaration

    Swift

    case bottom
  • The second horizontal third of the last vertical third.

    Declaration

    Swift

    case bottomCenter
  • The first horizontal third of the last vertical third.

    Declaration

    Swift

    case bottomLeft
  • The last horizontal third of the last vertical third.

    Declaration

    Swift

    case bottomRight
  • The second horizontal third of the second vertical third.

    Declaration

    Swift

    case center
  • The first horizontal third of the second vertical third.

    Declaration

    Swift

    case centerLeft
  • The last horizontal third of the second vertical third.

    Declaration

    Swift

    case centerRight
  • A custom area of the image defined by a CGRect.

    Declaration

    Swift

    case custom(rect: CGRect)
  • The second vertical third.

    Declaration

    Swift

    case horizontalCenter
  • The first horizontal third.

    Declaration

    Swift

    case left
  • The last horizontal third.

    Declaration

    Swift

    case right
  • top

    The first vertical third.

    Declaration

    Swift

    case top
  • The second horizontal third of the first vertical third.

    Declaration

    Swift

    case topCenter
  • The first horizontal third of the first vertical third.

    Declaration

    Swift

    case topLeft
  • The last horizontal third of the first vertical third.

    Declaration

    Swift

    case topRight
  • The second horizontal third.

    Declaration

    Swift

    case verticalCenter