| ScreenInfo Structure | 
Namespace: CefSharp.Structs
 Syntax
SyntaxThe ScreenInfo type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AvailableRect | 
             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. Windows uses this rectangle to
             maximize an application on the monitor. The rest of the area in
             rcMonitor contains system windows such as the task bar and side
             bars. 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.
              | 
|  | Depth | 
            The screen depth in bits per pixel.
             | 
|  | DepthPerComponent | 
            The bits per color component. This assumes that the colors are balanced equally.
             | 
|  | DeviceScaleFactor | 
            Device scale factor. Specifies the ratio between physical and logical pixels.
             | 
|  | IsMonochrome | 
            This can be true for black and white printers.
             | 
|  | 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. 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.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) | 
|  | GetHashCode | Returns the hash code for this instance.(Inherited from ValueType.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns the fully qualified type name of this instance.(Inherited from ValueType.) | 
 Remarks
Remarks See Also
See Also