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 ReadonlyEmptyRepresents 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.
Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Translates this System.Drawing.Point by the specified System.Drawing.Point.
The System.Drawing.Point used offset this System.Drawing.Point.
Returns a string that represents the current object.
A string that represents the current object.
StaticAddAdds the specified System.Drawing.Size to the specified System.Drawing.Point.
The System.Drawing.Point to add.
The System.Drawing.Size to add
The System.Drawing.Point that is the result of the addition operation.
StaticCeilingConverts the specified System.Drawing.PointF to a System.Drawing.Point by rounding the values of the System.Drawing.PointF to the next higher integer values.
The System.Drawing.PointF to convert.
The System.Drawing.Point this method converts to.
StaticEqualsDetermines 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.
StaticRoundConverts the specified System.Drawing.PointF to a System.Drawing.Point object by rounding the System.Drawing.Point values to the nearest integer.
The System.Drawing.PointF to convert.
The System.Drawing.Point this method converts to.
StaticSubtractReturns the result of subtracting specified System.Drawing.Size from the specified System.Drawing.Point.
The System.Drawing.Point to be subtracted from.
The System.Drawing.Size to subtract from the System.Drawing.Point.
The System.Drawing.Point that is the result of the subtraction operation.
StaticTruncateConverts the specified System.Drawing.PointF to a System.Drawing.Point by truncating the values of the System.Drawing.Point.
The System.Drawing.PointF to convert.
The System.Drawing.Point this method converts to.
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.