Expand description
Rectangular geometrical figure.
Fields§
§x: i32X coordinate of the left edge of the rectangle.
y: i32Y coordinate of the top edge of the rectangle.
width: i32Width of the rectangle.
height: i32Height of the rectangle.
Rectangular geometrical figure.
x: i32X coordinate of the left edge of the rectangle.
y: i32Y coordinate of the top edge of the rectangle.
width: i32Width of the rectangle.
height: i32Height of the rectangle.