|
@@ -47,8 +47,6 @@ type
|
|
Left, Top, Right, Bottom: Integer;
|
|
Left, Top, Right, Bottom: Integer;
|
|
end;
|
|
end;
|
|
|
|
|
|
- HRESULT = Integer;
|
|
|
|
-
|
|
|
|
function EqualRect(const r1,r2 : TRect) : Boolean;
|
|
function EqualRect(const r1,r2 : TRect) : Boolean;
|
|
function Rect(Left, Top, Right, Bottom : Integer) : TRect;
|
|
function Rect(Left, Top, Right, Bottom : Integer) : TRect;
|
|
function Bounds(ALeft, ATop, AWidth, AHeight : Integer) : TRect;
|
|
function Bounds(ALeft, ATop, AWidth, AHeight : Integer) : TRect;
|