Type Alias Rect

pub type Rect = Rectangle<i32>;
Available on crate feature dep_fltk only.
Expand description

i32 Coordinates

Aliased Type§

struct Rect {
    pub x: i32,
    pub y: i32,
    pub w: i32,
    pub h: i32,
}

Fields§

§x: i32§y: i32§w: i32§h: i32