术语 | selectcliprgn |
释义 | SelectClipRgn 语法: int SelectClipRgn( __in HDC hdc, __in HRGN hrgn ); SelectClipRgn函数 该SelectClipRgn函数选择一个作为当前为指定的设备上下文剪辑区域地区。 参数 hdc [in] 一个句柄,设备上下文。 hrgn [in] 阿处理该地区被选中。 返回值 返回值指定区域的复杂性,可以是下列值之一。 返回codeDescription NULLREGIONRegion是空的。 SIMPLEREGIONRegion是一个单一的矩形。 COMPLEXREGIONRegion不止一个矩形。 ERRORAn发生错误。 (以前的剪切区域不受影响。) 备注 只有选定的区域复制使用。该地区本身可以选择任何其他设备上下文编号或它可以被删除。 该SelectClipRgn函数假定一个地区坐标设备单位指定。 要删除一个设备上下文的剪辑区域,指定一个空区处理。 实例 有关示例,请参见剪辑输出。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 裁剪概述 裁剪功能 ExtSelectClipRgn 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==SelectClipRgn Function The SelectClipRgn function selects a region as the current clipping region for the specified device context. Syntax int SelectClipRgn( __in HDC hdc, __in HRGN hrgn ); Parameters hdc [in] A handle to the device context. hrgn [in] A handle to the region to be selected. Return Value The return value specifies the region's complexity and can be one of the following values. Return codeDescription NULLREGIONRegion is empty. SIMPLEREGIONRegion is a single rectangle. COMPLEXREGIONRegion is more than one rectangle. ERRORAn error occurred. (The previous clipping region is unaffected.) Remarks Only a copy of the selected region is used. The region itself can be selected for any number of other device contexts or it can be deleted. The SelectClipRgn function assumes that the coordinates for a region are specified in device units. To remove a device-context's clipping region, specify a NULL region handle. Examples For an example, see Clipping Output . 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 ExtSelectClipRgn Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd162955(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。