RectangleData

@Serializable
data class RectangleData(val x1: Int, val y1: Int, val x2: Int, val y2: Int)

Constructors

Link copied to clipboard
constructor(x1: Int, y1: Int, x2: Int, y2: Int)

Properties

Link copied to clipboard
val x1: Int
Link copied to clipboard
val x2: Int
Link copied to clipboard
val y1: Int
Link copied to clipboard
val y2: Int