📄 bcrectutilities.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'BcRectUtilities.pas' rev: 5.00
#ifndef BcRectUtilitiesHPP
#define BcRectUtilitiesHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Graphics.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <SysUtils.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Bcrectutilities
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE Windows::TRect NilRect;
extern PACKAGE bool __fastcall RectInRect(const Windows::TRect &Source, const Windows::TRect &Target
);
extern PACKAGE int __fastcall RectWidth(const Windows::TRect &ARect);
extern PACKAGE int __fastcall RectHeight(const Windows::TRect &ARect);
extern PACKAGE Windows::TRect __fastcall BitmapRect(const Graphics::TBitmap* ABitmap);
} /* namespace Bcrectutilities */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Bcrectutilities;
#endif
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // BcRectUtilities
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -