Rect

data class Rect(val x: Int, val y: Int, val w: Int, val h: Int) : NoHornyImage.Instruction

Constructors

Link copied to clipboard
constructor(x: Int, y: Int, w: Int, h: Int)

Properties

Link copied to clipboard
val h: Int
Link copied to clipboard
val w: Int
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int