Click or drag to resize

Point Class

Represents a pair of numbers that in general are used to define coordinates in the two-dimensional space.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.GeometryPoint

Namespace:  DotNetBrowser.Geometry
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class Point

The Point type exposes the following members.

Constructors
  NameDescription
Public methodPoint
Initializes a new instance of the Point class with the specified x and y coordinates.
Top
Properties
  NameDescription
Public propertyX
Gets the horizontal coordinate.
Public propertyY
Gets the vertical coordinate.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberEmpty
An empty Point that has x and y values set to zero.
Top
See Also