PanRect

public struct PanRect : XMLRepresentable

/// Defines the pan values of a crop adjustment.

  • The left value of the pan rect.

    Declaration

    Swift

    public var left: Double
  • top

    The top value of the pan rect.

    Declaration

    Swift

    public var top: Double
  • The right value of the pan rect.

    Declaration

    Swift

    public var right: Double
  • The bottom value of the pan rect.

    Declaration

    Swift

    public var bottom: Double
  • Initializes a new pan rect.

    Declaration

    Swift

    public init(left: Double, top: Double, right: Double, bottom: Double)

    Parameters

    left

    The left value of the pan rect.

    top

    The top value of the pan rect.

    right

    The right value of the pan rect.

    bottom

    The bottom value of the pan rect.