cef_size_t

Structure representing a size.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_size_t {
int width;
int height;
}

Meta