Click or drag to resize
XDL

NXPlanetLayerScreenToWorld Method (Int32, ArrayList, Int32)

스크린 좌표를 세계 좌표로 변환하며, 여러 점을 입력으로 한다.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public ArrayList ScreenToWorld(
	int nViewAreaID,
	ArrayList arrScr,
	int nConvLevel
)

Parameters

nViewAreaID
Type: SystemInt32
Planet 뷰의 ID.
arrScr
Type: System.CollectionsArrayList
배열로 된 스크린 좌표.
nConvLevel
Type: SystemInt32
대상의 변환 레벨.

Return Value

Type: ArrayList
세계좌표를 배열로 반환한다.
See Also