_MBImageExtensionFactors
struct _MBImageExtensionFactors {}
Struct which describes image extension factors. Each factors denotes by what percentage is image extended. For example, value of top = 0.3f means that top side of the image is extended by 30% of cards height, while value of right = 1.3f means that the right side of the image is extended by 120% of the cards width.
-
Undocumented
Declaration
Objective-C
CGFloat topSwift
var top: Int32 -
Undocumented
Declaration
Objective-C
CGFloat rightSwift
var right: Int32 -
Undocumented
Declaration
Objective-C
CGFloat bottomSwift
var bottom: Int32 -
Undocumented
Declaration
Objective-C
CGFloat leftSwift
var left: Int32
View on GitHub
_MBImageExtensionFactors Structure Reference