ImageInfo

data class ImageInfo(width: Int, height: Int)

Functions

component1
Link copied to clipboard
common
operator fun component1(): Int
component2
Link copied to clipboard
common
operator fun component2(): Int
copy
Link copied to clipboard
common
fun copy(width: Int, height: Int): JPEGDecoder.ImageInfo
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

height
Link copied to clipboard
common
val height: Int
width
Link copied to clipboard
common
val width: Int

Sources

(source)
Link copied to clipboard