Skip to main content

RectI

Type Alias RectI 

Source
pub type RectI = Rect<i32>;
Expand description

Rectangle with i32 coordinates.

Aliased Type§

pub struct RectI {
    pub x1: i32,
    pub y1: i32,
    pub x2: i32,
    pub y2: i32,
}

Fields§

§x1: i32§y1: i32§x2: i32§y2: i32