📄 loadpicture.h
字号:
#include <initguid.h> //must be here
#include <imaging.h> //must be here
#pragma comment (lib,"Ole32.lib")
//----------------------------------------------------------------------
void LoadResourceImage(HWND hwnd,LPCWSTR lpName,LPCWSTR lpType, int X_Start,int Y_Start,int width,int height);
void Drawpicture(HDC hdc, const void *buffer,UINT size,LPCRECT rect);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -