术语 | getbkcolor |
释义 | GetBkColor 语法: COLORREF GetBkColor( __in HDC hdc ); GetBkColor功能 该GetBkColor函数返回指定的设备上下文当前的背景颜色。 参数 hdc [in] 处理设备环境的背景颜色要返回。 返回值 如果函数成功,返回值是当前的背景颜色COLORREF价值。 如果函数失败,返回值是CLR_INVALID。 实例 有关示例,请参阅使用矩形。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 绘画和绘图概述 绘画和绘图功能 GetBkMode SetBkColor COLORREF 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==GetBkColor Function The GetBkColor function returns the current background color for the specified device context. Syntax COLORREF GetBkColor( __in HDC hdc ); Parameters hdc [in] Handle to the device context whose background color is to be returned. Return Value If the function succeeds, the return value is a COLORREF value for the current background color. If the function fails, the return value is CLR_INVALID. Examples For an example, see Using Rectangles . Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWingdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll See Also Painting and Drawing Overview Painting and Drawing Functions GetBkMode SetBkColor COLORREF Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd144852(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。