CropMode
public struct CropMode : OptionSet, Codable
Undocumented
-
Declaration
Swift
public let rawValue: Int -
Declaration
Swift
public init(rawValue: Int) -
Undocumented
Declaration
Swift
public static let top: ImageProcess.CropMode -
Undocumented
Declaration
Swift
public static let bottom: ImageProcess.CropMode -
Undocumented
Declaration
Swift
public static let left: ImageProcess.CropMode -
Undocumented
Declaration
Swift
public static let right: ImageProcess.CropMode -
Undocumented
Declaration
Swift
public static let center: ImageProcess.CropMode
View on GitHub
CropMode Structure Reference