IntSize¶
An integer width/height pair, packed into a single Long (width in the high 32 bits, height in the low 32 bits) to avoid boxing allocations.
Constructors¶
IntSize¶
constructor(pair: Long)
Properties¶
height¶
pair¶
width¶
Functions¶
component1¶
operator fun component1(): Int
component2¶
operator fun component2(): Int