Struct PointF | Terminal.Gui v1 (original) (raw)
Represents an ordered pair of x and y coordinates that define a point in a two-dimensional plane.
public struct PointF : IEquatable<PointF>
Implements
Inherited Members
Constructors
Initializes a new instance of the PointF class with the specified coordinates.
Fields
Creates a new instance of the PointF class with member data left uninitialized.
Properties
Gets a value indicating whether this PointF is empty.
Gets the x-coordinate of this PointF.
Gets the y-coordinate of this PointF.
Methods
Translates a PointF by a given Size .
Translates a PointF by a given SizeF .
Compares two PointF objects. The result specifies whether the values of theX and Y properties of the twoPointF objects are equal.
Compares two PointF objects. The result specifies whether the values of theX and Y properties of the twoPointF objects are equal.
Generates a hashcode from the X and Y components
Translates a PointF by the negative of a given Size .
Translates a PointF by the negative of a given SizeF .
Returns a string including the X and Y values
Operators
Translates a PointF by a given Size .
Translates a PointF by a given SizeF .
Compares two PointF objects. The result specifies whether the values of theX and Y properties of the twoPointF objects are equal.
Compares two PointF objects. The result specifies whether the values of theX or Y properties of the twoPointF objects are unequal.