GetWorldTransform

GetWorldTransform

VB声明

Declare Function GetWorldTransform Lib "gdi32" Alias "GetWorldTransform" (ByVal hdc As Long, lpXform As xform) As Long

说明

如果有世界转换,为设备场景获取当前世界转换

返回值

Long,执行成功为非零值,失败为0

参数表

参数

类型及说明

hdc

Long,设备场景句柄

lpXform

xform,装载设备场景当前世界转换的结构

适用平台

Windows NT

Top