Click or drag to resize
XDL

NXMilmapDrawArgsScreenToWorld Method

화면 좌표를 world 좌표로 변환한다.

Namespace:  Pixoneer.NXDL.NXMilmap
Assembly:  NXMilmap (in NXMilmap.dll) Version: 1.2.817.72
Syntax
C#
public XVertex3d ScreenToWorld(
	XVertex2d vScreenPos
)

Parameters

vScreenPos
Type: Pixoneer.NXDLXVertex2d
[In] 화면 위치.

Return Value

Type: XVertex3d
화면 좌표에 대한 world 좌표를 반환한다.
See Also