网站首页  词典首页

请输入您要查询的函数:

 

术语 getcliprgn
释义 GetClipRgn
语法:
int GetClipRgn(
__in HDC hdc,
__in HRGN hrgn
);
GetClipRgn功能
该GetClipRgn函数检索句柄确定当前应用程序定义为指定的裁剪设备上下文地区。
参数
hdc [in]
一个句柄,设备上下文。
hrgn [in]
句柄到现有的区域之前,函数被调用。函数返回后,这个参数是一个句柄当前剪辑区域的副本。
返回值
如果函数成功,也没有给定的设备上下文剪辑区域,返回值是零。如果函数成功,并有一个给定的设备上下文剪辑区域,则返回值为1。如果发生错误,则返回值为-1。
备注
一个应用程序定义的剪辑区域是一个剪辑区域的SelectClipRgn函数确定。它不是一个剪辑区域时创建的应用程序调用BeginPaint函数。
如果函数成功,hrgn参数是一个句柄当前剪辑区域的副本。此复制后续更改将不会影响目前的剪辑区域。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWingdi.h(头文件:winuser.h)
LibraryGdi32.lib
DLLGdi32.dll
参见
裁剪概述
裁剪功能
调用BeginPaint
SelectClipRgn
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月11日
==英文原文==GetClipRgn Function
The GetClipRgn function retrieves a handle identifying the current application-defined clipping region for the specified device context.
Syntax
int GetClipRgn(
__in HDC hdc,
__in HRGN hrgn
);
Parameters
hdc [in]
A handle to the device context.
hrgn [in]
A handle to an existing region before the function is called. After the function returns, this parameter is a handle to a copy of the current clipping region.
Return Value
If the function succeeds and there is no clipping region for the given device context, the return value is zero. If the function succeeds and there is a clipping region for the given device context, the return value is 1. If an error occurs, the return value is -1.
Remarks
An application-defined clipping region is a clipping region identified by the SelectClipRgn function. It is not a clipping region created when the application calls the BeginPaint function.
If the function succeeds, the hrgn parameter is a handle to a copy of the current clipping region. Subsequent changes to this copy will not affect the current clipping 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
BeginPaint
SelectClipRgn
Send comments about this topic to Microsoft
Build date: 7/11/2009
==原始网址==http://msdn.microsoft.com/en-us/library/dd144866(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 更新时间:2025/1/23 7:43:39