core-ktx / androidx.util / android.util.SizeF

Extensions for android.util.SizeF

component1

operator fun SizeF.component1(): Float

Returns "width", the first component of this SizeF.

component2

operator fun SizeF.component2(): Float

Returns "height", the second component of this SizeF.