📄 gdiplushelper.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 + -