Rect

<< Click to Display Table of Contents >>

Navigation:  Functions >

Rect

SIGNATURE=IW.Common.FPCCompat.Rect@Integer@Integer@Integer@Integer

 

ETYPE=Function

 

Declaration:

Delphi:

function Rect(ALeft: Integer; ATop: Integer; ARight: Integer; ABottom: Integer): TRect;

C++:

TRect Rect(int ALeft, int ATop, int ARight, int ABottom);

 

Unit: IW.Common.FpcCompat.pas

 

Description: This is function IW.Common.FPCCompat.Rect.

 

Parameters:

 

•ALeft: Integer

 

•ATop: Integer

 

•ARight: Integer

 

•ABottom: Integer

 

Result(TRect):