|
NXImageLayerVideoSetVideoFrame Method
|
레이어에서 표시할 영상 프레임을 설정한다. 동영상 채널이 먼저 설정된 경우 프레임 설정 요청은 무시된다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntaxpublic void SetVideoFrame(
XFramePicture frame
)
Parameters
- frame XFramePicture
- 표시할 영상 프레임.
See Also