|
XFrameCaptureBufferImageToScreen Method
|
영상 좌표를 화면 좌표로 변환한다.
고정 크기 버퍼인 경우 두 좌표가 다를 수 있고, 가변 크기의 경우는 항상 같다.
Namespace: Pixoneer.NXDL.NGRAssembly: NXDLgr (in NXDLgr.dll) Version: 2.0.3.38
Syntaxpublic XVertex2d ImageToScreen(
XVertex2i iPt
)
Parameters
- iPt XVertex2i
- 영상 좌표. 왼쪽 위가 원점이다.
Return Value
XVertex2d 영상 좌표에 대응하는 화면 좌표. 왼쪽 위가 원점이다.
See Also