ImageSizeDouble

data class ImageSizeDouble(val width: Double, val height: Double)

Image size in decimal values.

Constructors

Link copied to clipboard
constructor(width: Double, height: Double)

Properties

Link copied to clipboard

Height in decimal value.

Link copied to clipboard

Width in decimal value.