Version 118.6.80 
            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. Note that if the monitor
            is not the primary display monitor, some of the rectangle's
            coordinates may be negative values."
            The Rect and AvailableRect properties are used to determine the
            available surface for rendering popup views.
            
 
    Namespace: 
   CefSharp.Structs
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic Rect? Rect { get; set; }public:
property Nullable<Rect> Rect {
	Nullable<Rect> get ();
	void set (Nullable<Rect> value);
}Property Value
Type: 
NullableRect See Also
See Also