bmputils.hpp

来自「漏洞扫描系列中HB Network Scanner 测试用练习代码」· HPP 代码 · 共 43 行

HPP
43
字号
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'BMPUtils.pas' rev: 6.00

#ifndef BMPUtilsHPP
#define BMPUtilsHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Forms.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Bmputils
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE Graphics::TColor __fastcall GetTransparentColor(Graphics::TBitmap* B);
extern PACKAGE void __fastcall DrawTransparentBitmap(HDC DC, HBITMAP Bitmap, int xStart, int yStart, unsigned TransparentColor);
extern PACKAGE void __fastcall StretchBitmapRectTransparent(Graphics::TCanvas* Dest, int X, int Y, int W, int H, const Types::TRect &Rect, Graphics::TBitmap* Bitmap, Graphics::TColor TransparentColor);
extern PACKAGE void __fastcall DrawBitmapRectTransparent(Graphics::TCanvas* Dest, int XOrigin, int YOrigin, const Types::TRect &Rect, Graphics::TBitmap* Bitmap, Graphics::TColor TransparentColor);
extern PACKAGE void __fastcall DrawBitmapTransparent(Graphics::TCanvas* Dest, int XOrigin, int YOrigin, Graphics::TBitmap* Bitmap, Graphics::TColor TransparentColor);
extern PACKAGE void __fastcall PaintGlyph(Graphics::TCanvas* Cnvs, int xg, int yg, Graphics::TBitmap* Glyph, Byte Index, Byte NumGlyphs);
extern PACKAGE int __fastcall CreateRFromBmp(Graphics::TBitmap* B, Windows::PRgnData &RgnData);

}	/* namespace Bmputils */
using namespace Bmputils;
#pragma option pop	// -w-
#pragma option pop	// -Vx

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// BMPUtils

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?