ImageSize

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

Represents an Image size, described by its width and height.

Parameters

width

The width of the image.

height

The height of the image.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

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

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int