pub type Area = Rect<f32, ()>;Expand description
Area used by a Node, including its margins.
Aliased Type§
#[repr(C)]pub struct Area {
pub origin: Point2D<f32, ()>,
pub size: Size2D<f32, ()>,
}Fields§
§origin: Point2D<f32, ()>§size: Size2D<f32, ()>