Px

@Serializable
value class Px(val value: Double)

Represents a raw pixel value in the host's native coordinate system units.

Constructors

Link copied to clipboard
constructor(value: Double)

Types

Link copied to clipboard
object Companion

Empty companion object used for extensions.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String