Initializes a new instance of the System.Drawing.PointF class with the specified coordinates.
Static ReadonlyEmptyRepresents a new instance of the System.Drawing.PointF class with member data left uninitialized.
Gets a value indicating whether this System.Drawing.PointF is empty.
true if both System.Drawing.PointF.X and System.Drawing.PointF.Y are 0; otherwise, false.
Gets or sets the x-coordinate of this System.Drawing.PointF.
The x-coordinate of this System.Drawing.PointF.
Gets or sets the y-coordinate of this System.Drawing.PointF.
The y-coordinate of this System.Drawing.PointF.
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.
Returns a string that represents the current object.
A string that represents the current object.
StaticAddTranslates a given System.Drawing.PointF by the specified System.Drawing.Size.
The System.Drawing.PointF to translate.
The System.Drawing.Size that specifies the numbers to add to the coordinates of pt.
The translated System.Drawing.PointF.
Translates a given System.Drawing.PointF by a specified System.Drawing.SizeF.
The System.Drawing.PointF to translate.
The System.Drawing.SizeF that specifies the numbers to add to the coordinates of pt.
The translated System.Drawing.PointF.
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.
StaticSubtractTranslates a System.Drawing.PointF by the negative of a specified size.
The System.Drawing.PointF to translate.
The System.Drawing.Size that specifies the numbers to subtract from the coordinates of pt.
The translated System.Drawing.PointF.
Translates a System.Drawing.PointF by the negative of a specified size.
The System.Drawing.PointF to translate.
The System.Drawing.SizeF that specifies the numbers to subtract from the coordinates of pt.
The translated System.Drawing.PointF.
Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane.