System.Types.TRectF Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
_sameValuepublicTests whether a TRectF object's Fields are equal to some other values, received as parameters.
_sqrfpublicCalculates the square value of the parameter data.
CeilingpublicDoes superior rounding over the TRectF object.
CenteredRectpublicReturns a centered rectangle.
CenterPointpublicReturns the center point of the rectangle.
ContainspublicTests whether a point or a rectangle is located within the rectangle.
CreatepublicCreates a TRectF rectangle having floating-point coordinates.
EmptypublicCreates an empty TRectF object.
EqualsTopublic
FitpublicResizes the dimensions of the current rectangle object to best fit (keeping the rectangle proportions) into the specified rectangle.
FitIntopublic
GetHeightpublicReturns the height of the rectangle.
GetLocationpublicReturns the location of a rectangle.
GetSizepublicReturns the floating-point TSizeF size of the rectangle.
GetWidthpublicReturns the width of the rectangle.
InflatepublicInflates the dimensions of the rectangle.
initpublicInitializes a TRectF object.
IntersectpublicCalculates the intersection between two rectangles.
IntersectspublicTests whether two rectangles intersect.
IntersectsWithpublicTests whether two rectangles intersect.
IsEmptypublicTests whether the rectangle is empty.
NormalizepublicUse Normalize to normalize a rectangle.
NormalizeRectpublicNormalizes the TRectF object.
OffsetpublicAdds horizontal and vertical specified offsets.
operator !=publicCompares two rectangles for inequality.
operator ==publicCompares two rectangles for equality.
operator AdditionpublicCalculates the Union of two rectangles and returns a TRectF object.
operator EqualitypublicTests whether two rectangles are equal.
operator InequalitypublicTests whether two rectangles are unequal.
operator MultiplypublicCalculates the intersection of two rectangles.
OverlapspublicTests whether this rectangle overlaps with the specified rectangle.
PtInRectpublicTests whether a specified point is within the rectangle.
RoundpublicRounds the TRectF object.
SetHeightpublicSets the height of the rectangle.
SetLocationpublicSets the location of a rectangle.
SetSizepublicSets the width and height of the rectangle.
SetWidthpublicSets the width of the rectangle.
TruncatepublicTruncates the TRectF object.
UnionpublicCalculates the union between two rectangles.