Initializes a new instance of the 
Point class with the specified 
x and
                
y coordinates.
            
 
    Namespace: 
   DotNetBrowser.Geometry
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.7
Syntaxpublic Point(
	int x,
	int y
)
Parameters
- x
 - Type: SystemInt32
The horizontal coordinate. - y
 - Type: SystemInt32
The vertical coordinate. 
See Also