Pixels

value class Pixels(val px: Int) : Dimension

Represents a fixed, positive number of pixels.

Constructors

Link copied to clipboard
constructor(px: Int)

Properties

Link copied to clipboard
val px: Int