Type Alias webrender_api::units::LayoutRect
source · pub type LayoutRect = Box2D<f32, LayoutPixel>;
Aliased Type§
struct LayoutRect {
pub min: Point2D<f32, LayoutPixel>,
pub max: Point2D<f32, LayoutPixel>,
}
Fields§
§min: Point2D<f32, LayoutPixel>
§max: Point2D<f32, LayoutPixel>