Table of Contents

Constructor Point

Namespace
DotNetBrowser.Geometry
Assembly
DotNetBrowser.dll

Point(int, int)

Initializes a new instance of the Point class with the specified x and y coordinates.

public Point(int x, int y)

Parameters

x int

The horizontal coordinate.

y int

The vertical coordinate.