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