Version 93.1.111 
            Rect
            
 
    Namespace: 
   CefSharp.Structs
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic Rect(
	int x,
	int y,
	int width,
	int height
)
public:
Rect(
	int x, 
	int y, 
	int width, 
	int height
)
Parameters
- x
 - Type: SystemInt32
x coordinate - y
 - Type: SystemInt32
y coordinate - width
 - Type: SystemInt32
width - height
 - Type: SystemInt32
height 
See Also