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
leftThe left value of the crop rect.
topThe top value of the crop rect.
rightThe right value of the crop rect.
bottomThe bottom value of the crop rect.
CropRect Structure Reference