Anchor

public enum Anchor

Anchor used to define the handling of scaling a PDFBezierPath

  • Keep distance to top and left edges of frame

    Declaration

    Swift

    case topLeft
  • Keep distance to top and horizontal center edges of frame

    Declaration

    Swift

    case topCenter
  • Keep distance to top and right edges of frame

    Declaration

    Swift

    case topRight
  • Keep distance to vertical middle and left edges of frame

    Declaration

    Swift

    case middleLeft
  • Keep distance to center of frame

    Declaration

    Swift

    case middleCenter
  • Keep distance to vertical middle and right edges of frame

    Declaration

    Swift

    case middleRight
  • Keep distance to bottom and left edges of frame

    Declaration

    Swift

    case bottomLeft
  • Keep distance to bottom edge and horizontal of frame

    Declaration

    Swift

    case bottomCenter
  • Keep distance to bottom and right edges of frame

    Declaration

    Swift

    case bottomRight