Navigation: Code Documentation > RSFMXCommon > FMX.RS.Graphics > Routines
RSRect(TRSPoint,TRSPoint) Method
Returns a rectangle created from two points that specify the Top/Left and Bottom/Right of the rectangle.
Namespace: FMX.RS.Graphics
Delphi
function RSRect( const TopLeft, BottomRight: TRSPoint ): TRSRect; overload;
Parameters
TopLeft
Type: System.Void
BottomRight
Type: TRSRect
•FMX.RS.Graphics.TRSRect
•FMX.RS.Graphics.RSRect(TRect)
•FMX.RS.Graphics.RSRect(TRSGfxFloat,TRSGfxFloat,TRSGfxFloat,TRSGfxFloat)
•FMX.RS.Graphics.RSRect(TRSRect)
•FMX.RS.Graphics