cef_display_convert_screen_point_to_pixels

Function cef_display_convert_screen_point_to_pixels 

Source
pub unsafe extern "C" fn cef_display_convert_screen_point_to_pixels(
    point: *const cef_point_t,
) -> cef_point_t
Expand description

Convert |point| from DIP screen coordinates to pixel screen coordinates. This function is only used on Windows.