TransformAspectMode
@objc(FSTransformAspectMode)
public enum TransformAspectMode : UInt, CustomStringConvertible
Represents an image transform aspect type.
-
Preserve
Declaration
Swift
case preserve -
Constrain
Declaration
Swift
case constrain -
Letterbox
Declaration
Swift
case letterbox -
Pad
Declaration
Swift
case pad -
Crop
Declaration
Swift
case crop
-
Returns a
Stringrepresentation of self.Declaration
Swift
public var description: String { get }
View on GitHub
TransformAspectMode Enumeration Reference