Initializes a new instance of the System.Drawing.PointF class with the specified coordinates.
Static
Readonly
EmptyRepresents 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.
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 floating-point x- and y-coordinates that defines a point in a two-dimensional plane.