Initializes a new instance of the System.Drawing.Point class from a System.Drawing.Size.
A System.Drawing.Size that specifies the coordinates for the new System.Drawing.Point.
Initializes a new instance of the System.Drawing.Point class with the specified coordinates.
Static
Readonly
EmptyRepresents a System.Drawing.Point that has System.Drawing.Point.X and System.Drawing.Point.Y values set to zero.
Gets a value indicating whether this System.Drawing.Point is empty.
true if both System.Drawing.Point.X and System.Drawing.Point.Y are 0; otherwise, false.
Gets or sets the x-coordinate of this System.Drawing.Point.
The x-coordinate of this System.Drawing.Point.
Gets or sets the y-coordinate of this System.Drawing.Point.
The y-coordinate of this System.Drawing.Point.
Translates this System.Drawing.Point by the specified System.Drawing.Point.
The System.Drawing.Point used offset this System.Drawing.Point.
Translates this System.Drawing.Point by the specified amount.
Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.