gdiplushelper.h
来自「Windows Mobile平台上使用GDI+。GDI+功能很强大」· C头文件 代码 · 共 12 行
H
12 行
/////////////////////////////////////////////////////////////////////////////
// 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 + =
减小字号Ctrl + -
显示快捷键?