|
NXMilmapDrawArgsScreenToWorld Method
|
화면 좌표를 world 좌표로 변환한다.
Namespace: Pixoneer.NXDL.NXMilmapAssembly: NXMilmap (in NXMilmap.dll) Version: 2.0.3.38
Syntaxpublic XVertex3d ScreenToWorld(
XVertex2d vScreenPos
)
Parameters
- vScreenPos XVertex2d
- [In] 화면 위치.
Return Value
XVertex3d 화면 좌표에 대한 world 좌표를 반환한다.
See Also