ScaledBox

data class ScaledBox(val xLeft: Float, val yTop: Float, val width: Float, val height: Float)

Data class representing the scaled box with its dimensions and position

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val yTop: Float