Resolution

data class Resolution(x: Double, y: Double)

The image (horizontal) x-resolution and the image (vertical) y-resolution.

Constructors

Link copied to clipboard
fun Resolution(x: Double, y: Double)

Properties

Link copied to clipboard
val x: Double

The horizontal x-resolution

Link copied to clipboard
val y: Double

The vertical y-resolution