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.24.2
Syntax public Point(
int x,
int y
)
Parameters
- x
- Type: SystemInt32
The horizontal coordinate. - y
- Type: SystemInt32
The vertical coordinate.
See Also