Version 104.4.240 
            Point
            
 
    Namespace: 
   CefSharp.Structs
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic Point(
	int x,
	int y
)
public:
Point(
	int x, 
	int y
)
Parameters
- x
 - Type: SystemInt32
x coordinate - y
 - Type: SystemInt32
y coordinate 
See Also