Nine Patch Image
data class NinePatchImage(internalImage: Image, stretchX: List<ImageStretches>, stretchY: List<ImageStretches>, imageContent: ImageContent)
Content copied to clipboard
Data class describing 9-patch bitmap.
Constructors
NinePatchImage
Link copied to clipboard
fun NinePatchImage(internalImage: Image, stretchX: List<ImageStretches>, stretchY: List<ImageStretches>, imageContent: ImageContent)
Content copied to clipboard
Properties
imageContent
Link copied to clipboard
internalImage
Link copied to clipboard
stretchX
Link copied to clipboard
stretchY
Link copied to clipboard