Function convert_rect_to_css_pixel

Source
pub fn convert_rect_to_css_pixel(
    rect: DeviceIntRect,
    scale: Scale<f32, DeviceIndependentPixel, DevicePixel>,
) -> DeviceIndependentIntRect
Expand description

A helper function to convert a Device rect to CSS pixels.