Click or drag to resize
XDL

NXMilmapDrawArgsScreenToGeographic Method

화면 좌표를 위경도 좌표로 변환한다.

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

Parameters

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

Return Value

Type: XVertex2d
화면 위치에 대한 위경도 위치를 반환한다.
See Also