|
NXImageViewWorldToScreen Method
|
world 좌표를 화면 좌표로 변환한다.
Namespace: Pixoneer.NXDL.NXImageAssembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntaxpublic XVertex2d WorldToScreen(
XVertex2d vWorldPos
)
Parameters
- vWorldPos XVertex2d
- [In] world 좌표.
Return Value
XVertex2d world 좌표에 대한 화면 좌표.
See Also