pub type Rectangle = RECT;
Available on crate feature
ui
only.Expand description
DPI-scaled virtual coordinates of a rectangle.
Aliased Type§
#[repr(C)]pub struct Rectangle {
pub left: i32,
pub top: i32,
pub right: i32,
pub bottom: i32,
}
Fields§
§left: i32
§top: i32
§right: i32
§bottom: i32