术语 | getdcbrushcolor |
释义 | GetDCBrushColor 语法: COLORREF GetDCBrushColor( __in HDC hdc ); GetDCBrushColor功能 该GetDCBrushColor函数检索指定的设备上下文(DC)目前刷颜色。 参数 hdc [in] 句柄到DC的画笔颜色是要返回。 返回值 如果函数成功,返回值是当前直流有刷颜色COLORREF价值。 如果函数失败,返回值是CLR_INVALID。 备注 有关设置画笔的颜色信息,请参阅SetDCBrushColor。 ICM的:色彩管理是ICM的执行,如果启用。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinGdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 设备上下文概述 设备上下文函数 SetDCBrushColor COLORREF 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==GetDCBrushColor Function The GetDCBrushColor function retrieves the current brush color for the specified device context (DC). Syntax COLORREF GetDCBrushColor( __in HDC hdc ); Parameters hdc [in] A handle to the DC whose brush color is to be returned. Return Value If the function succeeds, the return value is the COLORREF value for the current DC brush color. If the function fails, the return value is CLR_INVALID. Remarks For information on setting the brush color, see SetDCBrushColor . ICM: Color management is performed if ICM is enabled. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinGdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll See Also Device Contexts Overview Device Context Functions SetDCBrushColor COLORREF Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd144872(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。