PixelDimensions


data class PixelDimensions


Dimensions of a 2D surface in Pixels.

Summary

Public constructors

PixelDimensions(width: Int, height: Int)

Public functions

open String

Public properties

Int

Integer Height.

Int

Integer Width.

Public constructors

PixelDimensions

Added in 1.0.0-alpha01
PixelDimensions(width: Int = 0, height: Int = 0)
Parameters
width: Int = 0

Integer Width.

height: Int = 0

Integer Height.

Public functions

toString

open fun toString(): String

Public properties

height

Added in 1.0.0-alpha01
val heightInt

Integer Height.

width

Added in 1.0.0-alpha01
val widthInt

Integer Width.