⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 graphicfunctions.h

📁 iContact v0.75 iContact is designed to be an all-inclusive finger-friendly contact manager for Wind
💻 H
字号:
#include <imaging.h>
#include "macros.h"

HFONT BuildFont(int, BOOL, BOOL);
void DrawGradientGDI(HDC, RECT, COLORREF, COLORREF);
void BltAlpha(HDC, int, int, int, int, HDC, BYTE);
void BltAlpha(HDC, int, int, int, int, HDC, int, int, int, int, BYTE alpha);
HRESULT GetStreamSize(IStream* pStream, ULONG* pulSize);
void ScaleProportional(UINT uFitToWidth, UINT uFitToHeight, 
    UINT *puWidthToScale, UINT *puHeightToScale);
HBITMAP HBITMAPFromImage (IN IImage * pImage, IN COLORREF crBackColor);
HRESULT GetBitmapFromStream(IStream* pStream, HBITMAP* phBitmap, 
    UINT* puWidth, UINT* puHeight);
void DrawRect(HDC hdc, LPRECT prc, COLORREF clr);

⌨️ 快捷键说明

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