DrawableImage

An Image backed by an Android Drawable.

Types

Link copied to clipboard
interface SizeProvider

Implement this on your Drawable implementation to provide a custom Image.size.

Properties

Link copied to clipboard
Link copied to clipboard
open val height: Int
Link copied to clipboard
open val shareable: Boolean
Link copied to clipboard
open val size: Long
Link copied to clipboard
open val width: Int

Functions

Link copied to clipboard
open fun draw(canvas: Canvas)