|
NXVideoViewScreenToWorld Method
|
비디오뷰 패널 화면(Screen) 화소 좌표를 비디오뷰 영상(World) 좌표로 변환한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic bool ScreenToWorld(
XVertex2d ptScreen,
out XVertex2d ptWorld
)
Parameters
- ptScreen XVertex2d
- 비디오뷰 패널의 화면 좌표.
- ptWorld XVertex2d
- [OUT] 화면 좌표에 대응하는 영상 좌표. CoordSystem 속성으로 정의한 영상 좌표계를 따른다.
Return Value
Boolean 좌표 변환 성공 여부
See Also