Progress® Telerik® Reporting R3 2020
RectangleU Methods
The RectangleU type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Contains(PointU) |
Determines if the specified point is contained within this
RectangleU structure.
|
![]() | Contains(RectangleU) |
Determines if the rectangular region represented by rect is
entirely contained within this RectangleU structure.
|
![]() | Contains(Unit, Unit) |
Determines if the specified point is contained within this
RectangleU structure.
|
![]() | Equals |
Tests whether obj is a
RectangleU with the same
location and size of this RectangleU.
(Overrides ValueTypeEquals(Object).) |
![]() | GetHashCode |
Returns a hash code for this
RectangleU structure.
(Overrides ValueTypeGetHashCode.) |
![]() | Inflate(SizeU) |
Inflates this RectangleU structure by the specified amount.
|
![]() | Inflate(Unit, Unit) |
Inflates this RectangleU structure by the specified amount.
|
![]() ![]() | Inflate(RectangleU, Unit, Unit) |
Inflates rect by the specified amount.
|
![]() | IntersectsWith |
Determines if this rectangle intersects with rect.
|
![]() | Offset(PointU) |
Adjusts the location of this rectangle by the specified amount.
|
![]() | Offset(Unit, Unit) |
Adjusts the location of this rectangle by the specified amount.
|
![]() | ToString |
Converts the Location and Size of this
RectangleU to a human-readable string.
(Overrides ValueTypeToString.) |
![]() | ToString(CultureInfo) |
Converts the Location and Size of this
RectangleU to a human-readable string.
|