FormXRegion

public struct FormXRegion

Undocumented

  • The top-left point of the document region.

    Declaration

    Swift

    public let topLeft: CGPoint
  • The top-right point of the document region.

    Declaration

    Swift

    public let topRight: CGPoint
  • The bottom-left point of the document region.

    Declaration

    Swift

    public let bottomLeft: CGPoint
  • The bottom-right point of the document region.

    Declaration

    Swift

    public let bottomRight: CGPoint
  • Undocumented

    Declaration

    Swift

    public func toVertices(size: CGSize) -> [CGPoint]
  • Undocumented

    Declaration

    Swift

    public func applying(_ t: CGAffineTransform) -> FormXRegion