术语 | combinetransform |
释义 | CombineTransform 语法: BOOL CombineTransform( __out LPXFORM lpxformResult, __in const XFORM *lpxform1, __in const XFORM *lpxform2 ); CombineTransform功能 该CombineTransform函数连接两个世界空间页面空间的转换。 参数 lpxformResult [out] 一个对的XForm结构,接收指针相结合转变。 lpxform1 [in] 对一个指定的XForm结构变革的第一个指针。 lpxform2 [in] 对一个指定的XForm结构转型的第二个指针。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。 备注 运用相结合转变为运用第一个转变具有相同的效果,然后在第二个转变。 这三个转变不必明显。例如,lpxform1可以指向相同的XForm作为lpxformResult结构。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 坐标空间和转换概述 坐标空间与变换函数 GetWorldTransform ModifyWorldTransform SetWorldTransform 的XForm 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==CombineTransform Function The CombineTransform function concatenates two world-space to page-space transformations. Syntax BOOL CombineTransform( __out LPXFORM lpxformResult, __in const XFORM *lpxform1, __in const XFORM *lpxform2 ); Parameters lpxformResult [out] A pointer to an XFORM structure that receives the combined transformation. lpxform1 [in] A pointer to an XFORM structure that specifies the first transformation. lpxform2 [in] A pointer to an XFORM structure that specifies the second transformation. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. Remarks Applying the combined transformation has the same effect as applying the first transformation and then applying the second transformation. The three transformations need not be distinct. For example, lpxform1 can point to the same XFORM structure as lpxformResult. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWingdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll See Also Coordinate Spaces and Transformations Overview Coordinate Space and Transformation Functions GetWorldTransform ModifyWorldTransform SetWorldTransform XFORM Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd183466(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。