网站首页  词典首页

请输入您要查询的函数:

 

术语 getworldtransform
释义 GetWorldTransform
语法:
BOOL GetWorldTransform(
__in HDC hdc,
__out LPXFORM lpXform
);
GetWorldTransform功能
该GetWorldTransform函数检索当前的世界空间页空间变换。
参数
hdc [in]
一个句柄,设备上下文。
lpXform [out]
一个对的XForm结构得到当今世界空间页空间变换的指针。
返回值
如果函数成功,返回值为非零。
如果函数失败,返回值是零。
备注
转化的精度可能会被改变,如果应用程序调用ModifyWorldTransform函数之前调用GetWorldTransform。 (这是因为用于存储转换价值观的内在格式使用比FLOAT值更高的精度。)
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWingdi.h(头文件:winuser.h)
LibraryGdi32.lib
DLLGdi32.dll
参见
坐标空间和转换概述
坐标空间与变换函数
ModifyWorldTransform
SetWorldTransform
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月11日
==英文原文==GetWorldTransform Function
The GetWorldTransform function retrieves the current world-space to page-space transformation.
Syntax
BOOL GetWorldTransform(
__in HDC hdc,
__out LPXFORM lpXform
);
Parameters
hdc [in]
A handle to the device context.
lpXform [out]
A pointer to an XFORM structure that receives the current world-space to page-space transformation.
Return Value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
Remarks
The precision of the transformation may be altered if an application calls the ModifyWorldTransform function prior to calling GetWorldTransform. (This is because the internal format for storing transformation values uses a higher precision than a FLOAT value.)
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
ModifyWorldTransform
SetWorldTransform
Send comments about this topic to Microsoft
Build date: 7/11/2009
==原始网址==http://msdn.microsoft.com/en-us/library/dd144953(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 更新时间:2024/10/6 13:22:29