NinePatchInfo
Constructors
Types
Link copied to clipboard
Link copied to clipboard
class Segment(val info: NinePatchInfo, val rect: RectangleInt, val x: NinePatchInfo.AxisSegment, val y: NinePatchInfo.AxisSegment) : Extra
Properties
Functions
Link copied to clipboard
fun computeScale(bounds: RectangleInt, new: Boolean = true, callback: (segment: NinePatchInfo.Segment, x: Int, y: Int, width: Int, height: Int) -> Unit)
Link copied to clipboard
fun computeScaleNew(bounds: RectangleInt, callback: (segment: NinePatchInfo.Segment, x: Int, y: Int, width: Int, height: Int) -> Unit)
Link copied to clipboard
fun computeScaleOld(bounds: RectangleInt, callback: (segment: NinePatchInfo.Segment, x: Int, y: Int, width: Int, height: Int) -> Unit)