Search
Point Members
Constructors Properties Methods
 


Represents a point.

The following tables list the members exposed by the Point type.

 Public Constructors

  Name Description

Point

Initializes a new instance of the Point class with the specified X and Y coordinates.

 Public Properties

  Name Description

x

Gets or sets the x-coordinate of the point.

y

Gets or sets the y-coordinate of the point.

 Public Methods

  Name Description

empty

Gets a value indicating whether this Point is empty.

equals

Specifies whether this Point contains the same coordinates as the specified point.

 See Also