cef_rect_t

Structure representing a rectangle.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_rect_t {
int x;
int y;
int width;
int height;
}

Meta