Bounds

@Serializable
data class Bounds(val left: Double, val top: Double, val right: Double, val bottom: Double)

Constructors

Link copied to clipboard
constructor(left: Double, top: Double, right: Double, bottom: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val top: Double
Link copied to clipboard