ImageSize

data class ImageSize(val width: Int, val height: Int)

Represents image size in pixels.

Constructors

Link copied to clipboard
fun ImageSize(width: Int, height: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val height: Int

Image height in pixels.

Link copied to clipboard
val width: Int

Image width in pixels.