Table of Contents

Class Point

Namespace
DotNetBrowser.Geometry
Assembly
DotNetBrowser.dll

Represents a pair of numbers that in general are used to define coordinates in the two-dimensional space.

public sealed class Point
Inheritance
Point
Inherited Members

Constructors

Point(int, int)

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

Fields

Empty

An empty Point that has x and y values set to zero.

Properties

X

Gets the horizontal coordinate.

Y

Gets the vertical coordinate.

Methods

Equals(object)
GetHashCode()
ToString()