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