System.Types.TRectF Methods
InheritedProtected
_sameValue | public | Tests whether a TRectF object's Fields are equal to some other values, received as parameters. |
_sqrf | public | Calculates the square value of the parameter data. |
Ceiling | public | Does superior rounding over the TRectF object. |
CenteredRect | public | Returns a centered rectangle. |
CenterPoint | public | Returns the center point of the rectangle. |
Contains | public | Tests whether a point or a rectangle is located within the rectangle. |
Create | public | Creates a TRectF rectangle having floating-point coordinates. |
Empty | public | Creates an empty TRectF object. |
EqualsTo | public | |
Fit | public | Resizes the dimensions of the current rectangle object to best fit (keeping the rectangle proportions) into the specified rectangle. |
FitInto | public | |
GetHeight | public | Returns the height of the rectangle. |
GetLocation | public | Returns the location of a rectangle. |
GetSize | public | Returns the floating-point TSizeF size of the rectangle. |
GetWidth | public | Returns the width of the rectangle. |
Inflate | public | Inflates the dimensions of the rectangle. |
init | public | Initializes a TRectF object. |
Intersect | public | Calculates the intersection between two rectangles. |
Intersects | public | Tests whether two rectangles intersect. |
IntersectsWith | public | Tests whether two rectangles intersect. |
IsEmpty | public | Tests whether the rectangle is empty. |
Normalize | public | Use Normalize to normalize a rectangle. |
NormalizeRect | public | Normalizes the TRectF object. |
Offset | public | Adds horizontal and vertical specified offsets. |
operator != | public | Compares two rectangles for inequality. |
operator == | public | Compares two rectangles for equality. |
operator Addition | public | Calculates the Union of two rectangles and returns a TRectF object. |
operator Equality | public | Tests whether two rectangles are equal. |
operator Inequality | public | Tests whether two rectangles are unequal. |
operator Multiply | public | Calculates the intersection of two rectangles. |
Overlaps | public | Tests whether this rectangle overlaps with the specified rectangle. |
PtInRect | public | Tests whether a specified point is within the rectangle. |
Round | public | Rounds the TRectF object. |
SetHeight | public | Sets the height of the rectangle. |
SetLocation | public | Sets the location of a rectangle. |
SetSize | public | Sets the width and height of the rectangle. |
SetWidth | public | Sets the width of the rectangle. |
Truncate | public | Truncates the TRectF object. |
Union | public | Calculates the union between two rectangles. |