CropRect
public struct CropRect : XMLRepresentable
Defines the crop values of a crop adjustment.
-
The parameters associated with the crop rect.
Declaration
Swift
public var parameters: [Parameter]
-
The left value of the crop rect.
Declaration
Swift
public var left: Double
-
The top value of the crop rect.
Declaration
Swift
public var top: Double
-
The right value of the crop rect.
Declaration
Swift
public var right: Double
-
The bottom value of the crop rect.
Declaration
Swift
public var bottom: Double
-
Initializes a new crop rect.
Declaration
Swift
public init(left: Double, top: Double, right: Double, bottom: Double)
Parameters
left
The left value of the crop rect.
top
The top value of the crop rect.
right
The right value of the crop rect.
bottom
The bottom value of the crop rect.