5个回答
展开全部
::GetDC(HWND)
如果是Win32的API,那么参数是窗口句柄。
如果是MFC,那么无参数。其实内部实现就是你用此函数的CWnd的句柄,包装了一下而已。
如果是Win32的API,那么参数是窗口句柄。
如果是MFC,那么无参数。其实内部实现就是你用此函数的CWnd的句柄,包装了一下而已。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
获得客户区的设备环境
CDC* CWnd::GetDC( );
返回值:
如果调用成功,则返回CWnd客户区的设备环境
由于CWnd已经表明了是哪个窗口的设备环境,所以该函数是无参的。
CDC* CWnd::GetDC( );
返回值:
如果调用成功,则返回CWnd客户区的设备环境
由于CWnd已经表明了是哪个窗口的设备环境,所以该函数是无参的。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
HDC GetDC(
HWND hWnd // handle to a window
);
The GetDC function retrieves a handle to a display device context for the client area of a specified window or for the entire screen. You can use the returned handle in subsequent GDI functions to draw in the device context.
MSDN一查就查到了.
HWND hWnd // handle to a window
);
The GetDC function retrieves a handle to a display device context for the client area of a specified window or for the entire screen. You can use the returned handle in subsequent GDI functions to draw in the device context.
MSDN一查就查到了.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
看msdn
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询