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.
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.
Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane.