pub fn convert_rect_to_css_pixel(
rect: Box2D<i32, DevicePixel>,
scale: Scale<f32, DeviceIndependentPixel, DevicePixel>,
) -> Box2D<i32, DeviceIndependentPixel>Expand description
A helper function to convert a Device rect to CSS pixels.
pub fn convert_rect_to_css_pixel(
rect: Box2D<i32, DevicePixel>,
scale: Scale<f32, DeviceIndependentPixel, DevicePixel>,
) -> Box2D<i32, DeviceIndependentPixel>A helper function to convert a Device rect to CSS pixels.