|
NXPlanetViewScreenToGeographic Method
|
스크린 좌표를 위경도 좌표로 변환한다.
Namespace: Pixoneer.NXDL.NXPlanetAssembly: NXPlanet (in NXPlanet.dll) Version: 2.0.3.38
Syntaxpublic XGeoPoint ScreenToGeographic(
double cx,
double cy
)
Parameters
- cx Double
- 스크린 x의 위치.
- cy Double
- 스크린 y의 위치.
Return Value
XGeoPoint 지리적 위치를 반환한다.
See Also