Height

data class Height(val value: Int) : ImageSize, Comparable<ImageSize.Height>

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
open override val value: Int

Functions

Link copied to clipboard
open operator override fun compareTo(other: ImageSize.Height): Int
Link copied to clipboard
open override fun toString(): String