|
NXPlanetLayerScreenToWorld(Int32, ArrayList, Int32) Method
|
스크린 좌표를 세계 좌표로 변환하며, 여러 점을 입력으로 한다.
Namespace: Pixoneer.NXDL.NXPlanetAssembly: NXPlanet (in NXPlanet.dll) Version: 2.0.3.38
Syntaxpublic ArrayList ScreenToWorld(
int nViewAreaID,
ArrayList arrScr,
int nConvLevel
)
Parameters
- nViewAreaID Int32
- Planet 뷰의 ID.
- arrScr ArrayList
- 배열로 된 스크린 좌표.
- nConvLevel Int32
- 대상의 변환 레벨.
Return Value
ArrayList 세계좌표를 배열로 반환한다.
See Also