| 
    Chromium Embedded Framework (CEF)
    135.0.1+gd336310+chromium-135.0.7049.3
    
   | 
 
Class representing the virtual screen information for use when window rendering is disabled. More...
#include "include/internal/cef_types_wrappers.h"
  
Public Types | |
| using | base_type = CefStructBaseSimple< cef_screen_info_t > | 
Public Member Functions | |
| 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) | 
  Public Member Functions inherited from CefStructBaseSimple< cef_screen_info_t > | |
| CefStructBaseSimple () | |
| CefStructBaseSimple (const cef_screen_info_t &r) | |
| CefStructBaseSimple & | operator= (const cef_screen_info_t &r) | 
Additional Inherited Members | |
  Public Attributes inherited from cef_screen_info_t | |
| size_t | size | 
| Size of this structure.  More... | |
| 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 |