Chromium Embedded Framework (CEF)
109.0.1+gcd5e37a+chromium-109.0.5414.8
|
Class representing the virtual screen information for use when window rendering is disabled. More...
#include "include/internal/cef_types_wrappers.h"
Public Member Functions | |
CefScreenInfo () | |
CefScreenInfo (const cef_screen_info_t &r) | |
CefScreenInfo (float device_scale_factor, int depth, int depth_per_component, bool is_monochrome, const cef_rect_t &rect, const cef_rect_t &available_rect) | |
void | Set (float device_scale_factor_val, int depth_val, int depth_per_component_val, bool is_monochrome_val, const CefRect &rect_val, const CefRect &available_rect_val) |
Additional Inherited Members | |
Public Attributes inherited from cef_screen_info_t | |
float | device_scale_factor |
Device scale factor. More... | |
int | depth |
The screen depth in bits per pixel. More... | |
int | depth_per_component |
The bits per color component. More... | |
int | is_monochrome |
This can be true for black and white printers. More... | |
cef_rect_t | rect |
This is set from the rcMonitor member of MONITORINFOEX, to whit: "A RECT structure that specifies the display monitor rectangle, expressed in virtual-screen coordinates. More... | |
cef_rect_t | available_rect |
This is set from the rcWork member of MONITORINFOEX, to whit: "A RECT structure that specifies the work area rectangle of the display monitor that can be used by applications, expressed in virtual-screen coordinates. More... | |
Class representing the virtual screen information for use when window rendering is disabled.
|
inline |
|
inline |
|
inline |
|
inline |