Click or drag to resize
XDL

NXVideoViewGetScreenPixel Method

비디오뷰 패널 화면 좌표에 해당하는 화소 색상값을 얻는다. 프레임 영역 밖인 경우 배경 색상을 반환한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public Color GetScreenPixel(
	XVertex2d ptScreen
)

Parameters

ptScreen  XVertex2d
비디오뷰 패널 화면 좌표.

Return Value

Color
화면 좌표에 해당하는 영상 프레임 색상 또는 배경 색상.
See Also