Reporting

The PointU type exposes the following members.

Constructors

  NameDescription
Public methodPointU(Point)
Initializes a new instance of the PointU class
Public methodPointU(PointF)
Initializes a new instance of the PointU class
Public methodPointU(Unit, Unit)
Initializes a new instance of the PointU class with the specified coordinates.

Methods

  NameDescription
Public methodEquals
Specifies whether this PointU contains the same coordinates as the specified Object.
(Overrides ValueType..::..Equals(Object).)
Public methodGetHashCode
Returns a hash code for this PointU structure.
(Overrides ValueType..::..GetHashCode()()()().)
Public methodOffset
Offsets this PointU structure by a specified amount in the x- and y-direction.
Public methodToString()()()()
Converts this PointU to a human readable string.
(Overrides ValueType..::..ToString()()()().)
Public methodToString(CultureInfo)
Converts this PointU to a human readable string according to the CultureInfo specified.

Operators

  NameDescription
Public operatorStatic memberAddition
Translates the PointU by the specified SizeU.
Public operatorStatic memberEquality
Compares two PointU structures. The result specifies whether the values of the X and Y properties of the two PointU structures are equal.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(PointU to PointF)
Converts the specified reporting PointU to a PointF.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(PointU to Point)
Converts the specified reporting PointU to a Point.
Public operatorStatic memberInequality
Determines whether the coordinates of the specified points are not equal.
Public operatorStatic memberSubtraction
Translates the PointU by the negative of a specified SizeU.

Fields

  NameDescription
Public fieldStatic memberEmpty
Represents a new instance of the PointU class with member data left uninitialized.

Properties

  NameDescription
Public propertyIsEmpty
Gets a value indicating whether this PointU is empty.
Public propertyX
Gets or sets the x-coordinate of this PointU
Public propertyY
Gets or sets the y-coordinate of this PointU

See Also