术语 | rectinregion |
释义 | RectInRegion 语法: BOOL RectInRegion( __in HRGN hrgn, __in const RECT *lprc ); RectInRegion功能 该RectInRegion函数确定是否有任何部分指定的矩形区域内的界线。 参数 hrgn [in] 处理该地区。 利比里亚炼油公司 [in] 指针RECT结构载有逻辑单位矩形坐标。矩形的下边缘和右边缘不包括在内。 返回值 如果任何指定矩形的一部分,该地区内的边界在于,返回非零值。 如果没有指定矩形的部分是,返回值为零在该区域的边界。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 地区概况 区域函数 PtInRegion RECT 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==RectInRegion Function The RectInRegion function determines whether any part of the specified rectangle is within the boundaries of a region. Syntax BOOL RectInRegion( __in HRGN hrgn, __in const RECT *lprc ); Parameters hrgn [in] Handle to the region. lprc [in] Pointer to a RECT structure containing the coordinates of the rectangle in logical units. The lower and right edges of the rectangle are not included. Return Value If any part of the specified rectangle lies within the boundaries of the region, the return value is nonzero. If no part of the specified rectangle lies within the boundaries of the region, 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 Regions Overview Region Functions PtInRegion RECT Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd162906(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。