Chromium Embedded Framework (CEF)
121.0.1+g7a4b55f+chromium-121.0.6167.16
|
Class representing a size. More...
#include "include/internal/cef_types_wrappers.h"
Public Member Functions | |
CefSize () | |
CefSize (const cef_size_t &r) | |
CefSize (int width, int height) | |
bool | IsEmpty () const |
void | Set (int width_val, int height_val) |
Additional Inherited Members | |
Public Attributes inherited from cef_size_t | |
int | width |
int | height |
Class representing a size.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |