bind

fun bind(width: Int, height: Int)

Applies the given dimensions to the drawable. This method should be called in your component's @OnBind method.

Parameters

width

The width of the drawable to be drawn.

height

The height of the drawable to be drawn.