Function convert_size_to_css_pixel

Source
pub fn convert_size_to_css_pixel(
    size: DeviceIntSize,
    scale: Scale<f32, DeviceIndependentPixel, DevicePixel>,
) -> DeviceIndependentIntSize
Expand description

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