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

📄 gdiplushelper.h

📁 Windows Mobile平台上使用GDI+。GDI+功能很强大
💻 H
字号:
/////////////////////////////////////////////////////////////////////////////
// File name:      gdiplushelper.h
// Author:         Vincent Richomme(vrichomme [AT] smartmobili [DOT] COM
// Created:        April 2009


#pragma once
#include <imaging.h>

bool GetEncoderClsid(IImagingFactory* pImgFactory, const WCHAR* lpMimeType, CLSID* pClsid);
bool GdiplusSaveBitmap(IImagingFactory* pImgFactory, Gdiplus::Bitmap* pBitmap, LPCTSTR lpFileName, CLSID* pClsid);

⌨️ 快捷键说明

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