cef_domnode_t.get_element_bounds

Returns the bounds of the element in device pixels. Use "window.devicePixelRatio" to convert to/from CSS pixels.

struct cef_domnode_t
extern (System)
cef_rect_t function(cef_domnode_t* self) nothrow get_element_bounds;

Meta