Returns a rectangle created from the Left, Top, Right, and Bottom coordinates.
Namespace: RSGraphics
Delphi |
function RSRect( const ALeft, ATop, ARight, ABottom: TRSGfxFloat ): TRSRect; overload; |
Parameters
ALeft
Type: System.Void
ATop
Type: System.Void
ARight
Type: System.Void
ABottom
Type: System.Void
Type: TRSRect