TransformCropMode
@objc(FSTransformCropMode)
public enum TransformCropMode : UInt, CustomStringConvertible
Represents an image transform crop type.
-
Thumb
Declaration
Swift
case thumb -
Crop
Declaration
Swift
case crop -
Fill
Declaration
Swift
case fill
-
Returns a
Stringrepresentation of self.Declaration
Swift
public var description: String { get }
View on GitHub
TransformCropMode Enumeration Reference