Progress® Telerik® Reporting R3 2021
PointU Structure
Represents an ordered pair of unit-based point x- and y-coordinates
that defines a point in a two-dimensional plane.
Namespace:
Telerik.Reporting.DrawingAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
The PointU type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PointU(Point) | Initializes a new instance of the PointU class |
![]() | PointU(PointF) | Initializes a new instance of the PointU class |
![]() | PointU(Unit, Unit) |
Initializes a new instance of the PointU class with the specified
coordinates.
|
Properties
Name | Description | |
---|---|---|
![]() | IsEmpty |
Gets a value indicating whether this
PointU is empty.
|
![]() | X |
Gets or sets the x-coordinate of this
PointU |
![]() | Y |
Gets or sets the y-coordinate of this
PointU |
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Specifies whether this
PointU contains the same
coordinates as the specified Object.
(Overrides ValueTypeEquals(Object).) |
![]() | GetHashCode |
Returns a hash code for this
PointU structure.
(Overrides ValueTypeGetHashCode.) |
![]() | Offset |
Offsets this PointU
structure by a specified amount in the x- and y-direction.
|
![]() | ToString |
Converts this PointU to a
human readable string.
(Overrides ValueTypeToString.) |
![]() | ToString(CultureInfo) |
Converts this PointU to a
human readable string according to the
CultureInfo specified.
|
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Translates the PointU by the specified SizeU.
|
![]() ![]() | Equality | |
![]() ![]() | (PointU to PointF) |
Converts the specified reporting
PointU to a
PointF in device-dependent pixels.
|
![]() ![]() | (PointU to Point) |
Converts the specified reporting
PointU to a
Point in device-dependent pixels.
|
![]() ![]() | Inequality |
Determines whether the coordinates of the specified points are not
equal.
|
![]() ![]() | Subtraction |
Translates the PointU by the negative of a specified
SizeU.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | Empty |
Represents a new instance of the
PointU class with member
data left uninitialized.
|
Version Information
Supported in: 1.0.1