data class Rect
Rectangle.
<init> |
Rectangle. Rect(x: Double, y: Double, width: Double, height: Double) |
height |
Rectangle height val height: Double |
width |
Rectangle width val width: Double |
x |
X coordinate val x: Double |
y |
Y coordinate val y: Double |