Width

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

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.Width): Int
Link copied to clipboard
open override fun toString(): String