GraphicsLength

open class GraphicsLength(suffix: String, 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

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun div(other: GraphicsLength): Double
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