 | NXMapViewScreenToWorld Method |
화면 좌표를 world 좌표로 변환한다.
Namespace:
Pixoneer.NXDL.NXMap
Assembly:
NXMap (in NXMap.dll) Version: 1.2.817.72
Syntaxpublic XVertex2d ScreenToWorld(
XVertex2d vScreenPos
)
Parameters
- vScreenPos
- Type: Pixoneer.NXDLXVertex2d
[In] 화면 좌표.
Return Value
Type:
XVertex2d 화면 좌표에 대한 world 좌표.
See Also