术语 | extcreateregion |
释义 | ExtCreateRegion 语法: HRGN ExtCreateRegion( __in const XFORM *lpXform, __in DWORD nCount, __in const RGNDATA *lpRgnData ); ExtCreateRegion功能 该ExtCreateRegion函数创建一个从指定的区域和转换数据区域。 参数 lpXform [in] 一个对的XForm结构转型的指针定义要执行的地区。如果该指针为NULL,身份变换使用。 nCount [in] 的字节数指向lpRgnData。 lpRgnData [in] 一个 RGNDATA结构,它包含在该地区的逻辑单元数据指针。 返回值 如果函数成功,返回值是该地区的价值。 如果函数失败,返回值为NULL。 备注 地区坐标表示为27位有符号整数。 应用程序可以检索一个地区通过调用GetRegionData函数的数据。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 地区概况 区域函数 CreatePolygonRgn CreatePolyPolygonRgn CreateRectRgn CreateRectRgnIndirect CreateRoundRectRgn GetRegionData RGNDATA 的XForm 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==ExtCreateRegion Function The ExtCreateRegion function creates a region from the specified region and transformation data. Syntax HRGN ExtCreateRegion( __in const XFORM *lpXform, __in DWORD nCount, __in const RGNDATA *lpRgnData ); Parameters lpXform [in] A pointer to an XFORM structure that defines the transformation to be performed on the region. If this pointer is NULL, the identity transformation is used. nCount [in] The number of bytes pointed to by lpRgnData. lpRgnData [in] A pointer to a RGNDATA structure that contains the region data in logical units. Return Value If the function succeeds, the return value is the value of the region. If the function fails, the return value is NULL. Remarks Region coordinates are represented as 27-bit signed integers. An application can retrieve data for a region by calling the GetRegionData function. 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 CreatePolygonRgn CreatePolyPolygonRgn CreateRectRgn CreateRectRgnIndirect CreateRoundRectRgn GetRegionData RGNDATA XFORM Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd162706(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。