GraphicsLength

open class GraphicsLength(val suffix: String, val ratio: Double = 1.0) : Units(source)

Units for measuring graphics display distances (i.e. distances on the surface of a display).

Constructors

Link copied to clipboard
constructor(suffix: String, ratio: Double = 1.0)

Types

Link copied to clipboard
object Companion

Inherited properties

Link copied to clipboard
val ratio: Double = 1.0
Link copied to clipboard

Functions

Link copied to clipboard
operator fun div(other: GraphicsLength): Double

Inherited functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String