Skip to main content

Rect

Type Alias Rect 

Source
pub type Rect = (i32, i32, i32, i32);
Expand description

Rectangle coordinates: (x, y, width, height).