Click or drag to resize

Point Constructor

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.16.0
Syntax
C#
public Point(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
The horizontal coordinate.
y
Type: SystemInt32
The vertical coordinate.
See Also