at

fun at(x: Double = this.x, y: Double = this.y): Rectangle

Returns a rectangle with the same width/height but positioned at the given x,y

Return

adjusted Rectangle


infix fun at(position: Point): Rectangle

Returns a rectangle with the same width/height but positioned at the given point

Return

adjusted Rectangle