PrimitiveImageLayoutData

class PrimitiveImageLayoutData(val width: Int, val height: Int, val matrix: DrawableMatrix? = null)

The layout data required by the Image Primitive to mount, and bind the drawable in the host.

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, matrix: DrawableMatrix? = null)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val matrix: DrawableMatrix? = null
Link copied to clipboard
val width: Int