网站首页  词典首页

请输入您要查询的函数:

 

术语 rectvisible
释义 RectVisible
语法:
BOOL RectVisible(
__in HDC hdc,
__in const RECT *lprc
);
RectVisible功能
该RectVisible函数确定是否有指定的矩形的一部分在一个设备上下文剪辑区域所在。
参数
hdc [in]
一个句柄,设备上下文。
利比里亚炼油公司 [in]
一个矩形结构,它包含的逻辑指针在指定矩形坐标。
返回值
如果当前的转换没有旋转和矩形剪辑区域内的谎言,返回值是TRUE(1)。
如果当前的转换没有轮换和矩形不属于剪辑区域,则返回值为FALSE(0)。
如果目前的转换有一个旋转的矩形剪辑区域内的谎言,则返回值为2。
如果目前的转换有一个旋转的矩形不在剪辑区域内,则返回值为1。
所有其他的返回值被认为是错误代码。如果任何参数是无效的,则返回值是不确定的。
实例
有关示例,请参见更新重新划定区域。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWingdi.h(头文件:winuser.h)
LibraryGdi32.lib
DLLGdi32.dll
参见
裁剪概述
裁剪功能
CreateRectRgn
PtVisible
RECT
SelectClipRgn
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月11日
==英文原文==RectVisible Function
The RectVisible function determines whether any part of the specified rectangle lies within the clipping region of a device context.
Syntax
BOOL RectVisible(
__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 specified rectangle.
Return Value
If the current transform does not have a rotation and the rectangle lies within the clipping region, the return value is TRUE (1).
If the current transform does not have a rotation and the rectangle does not lie within the clipping region, the return value is FALSE (0).
If the current transform has a rotation and the rectangle lies within the clipping region, the return value is 2.
If the current transform has a rotation and the rectangle does not lie within the clipping region, the return value is 1.
All other return values are considered error codes. If the any parameter is not valid, the return value is undefined.
Examples
For an example, see Redrawing in the Update Region .
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderWingdi.h (include Windows.h)
LibraryGdi32.lib
DLLGdi32.dll
See Also
Clipping Overview
Clipping Functions
CreateRectRgn
PtVisible
RECT
SelectClipRgn
Send comments about this topic to Microsoft
Build date: 7/11/2009
==原始网址==http://msdn.microsoft.com/en-us/library/dd162908(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:23:56