术语 | invertrect |
释义 | InvertRect 语法: BOOL InvertRect( __in HDC hDC, __in const RECT *lprc ); InvertRect功能 函数反转的InvertRect在一个窗口中通过执行对每个矩形的内部像素的颜色值逻辑NOT运算一个矩形。 参数 hDC [in] 一个句柄,设备上下文。 利比里亚炼油公司 [in] 一个矩形结构,它包含的逻辑矩形的坐标被颠倒的指针。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。 备注 在单色屏幕,InvertRect使黑白色和黑色像素白色像素。在彩色屏幕,倒置取决于如何颜色的屏幕产生的。呼唤InvertRect先后两次矩形恢复到先前的颜色显示。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinuser.h(头文件:winuser.h) LibraryUser32.lib DLLUser32.dll 参见 填充形状概述 填充形状函数 FillRect RECT 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==InvertRect Function The InvertRect function inverts a rectangle in a window by performing a logical NOT operation on the color values for each pixel in the rectangle's interior. Syntax BOOL InvertRect( __in HDC hDC, __in const RECT *lprc ); Parameters hDC [in] A handle to the device context. lprc [in] A pointer to a RECT structure that contains the logical coordinates of the rectangle to be inverted. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. Remarks On monochrome screens, InvertRect makes white pixels black and black pixels white. On color screens, the inversion depends on how colors are generated for the screen. Calling InvertRect twice for the same rectangle restores the display to its previous colors. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinuser.h (include Windows.h) LibraryUser32.lib DLLUser32.dll See Also Filled Shapes Overview Filled Shape Functions FillRect RECT Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd145007(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。