SizeF

data class SizeF(val width: Float, val height: Float)

Represents a size with float width and height.

Parameters

width

The width of the size.

height

The height of the size.

Constructors

Link copied to clipboard
constructor(width: Float, height: Float)

Properties

Link copied to clipboard
Link copied to clipboard