VC++
文章平均质量分 79
xuehuabaobeier
越努力,越幸运
展开
-
VC在屏幕中央画出窗口,并输出屏幕的长和宽
int width = GetSystemMetrics ( SM_CXSCREEN ); int height= GetSystemMetrics ( SM_CYSCREEN ); int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow)原创 2016-04-14 09:28:13 · 566 阅读 · 0 评论 -
IPicture::Render参数详解
在C++中读取图片到屏幕上,首先需要加入这两个头文件#include #include 关于render在MSDN中是这样写的HRESULT Render( HDC hdc, //Handle of device context on which to render the image long x, //Horizontal position of i转载 2016-04-14 14:39:55 · 3812 阅读 · 0 评论