ImageSize

fun ImageSize(@IntRange(from = 0) width: Int, @IntRange(from = 0) height: Int)

Parameters

width

The width of the image.

height

The height of the image.