IRect

Type Alias IRect 

Source
pub type IRect = Rectangle<i32>;
Expand description

A struct representing an axis-aligned rectangle. Two points are stored: the top left vertex, and the bottom right vertex.

Alias for a rectangle with i32 coordinates.

Aliased Typeยง

pub struct IRect { /* private fields */ }