术语 | getbkmode |
释义 | GetBkMode 语法: int GetBkMode( __in HDC hdc ); GetBkMode功能 该GetBkMode函数返回一个指定的设备上下文当前背景混合模式。一个设备上下文背景混合模式影响文本,孵化刷子和笔样式不实线。 参数 hdc [in] 处理设备环境的背景模式是要返回。 返回值 如果函数成功,返回值指定当前的背景混合模式,无论是不透明或透明的。 如果函数失败,返回值是零。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 绘画和绘图概述 绘画和绘图功能 GetBkColor SetBkMode 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==GetBkMode Function The GetBkMode function returns the current background mix mode for a specified device context. The background mix mode of a device context affects text, hatched brushes, and pen styles that are not solid lines. Syntax int GetBkMode( __in HDC hdc ); Parameters hdc [in] Handle to the device context whose background mode is to be returned. Return Value If the function succeeds, the return value specifies the current background mix mode, either OPAQUE or TRANSPARENT. If the function fails, the return value is zero. 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 GetBkColor SetBkMode Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd144853(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。