bcrectutilities.hpp

来自「Virtual CD Sample driver」· HPP 代码 · 共 43 行

HPP
43
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?