MBIImageExtensionFactors

struct MBIImageExtensionFactors {}

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.

  • top

    Undocumented

    Declaration

    Objective-C

    CGFloat top

    Swift

    var top: CGFloat
  • Undocumented

    Declaration

    Objective-C

    CGFloat right

    Swift

    var right: CGFloat
  • Undocumented

    Declaration

    Objective-C

    CGFloat bottom

    Swift

    var bottom: CGFloat
  • Undocumented

    Declaration

    Objective-C

    CGFloat left

    Swift

    var left: CGFloat