Size
Source set: Common
inline fun Size(width: Float, height: Float) = Size(packFloats(width, height))
Constructs a Size from the given width and height
Constructs a Size from the given width and height
inline fun Size(width: Float, height: Float) = Size(packFloats(width, height))
Constructs a Size from the given width and height
Last updated: