|
XFramePictureGetDataY Method
|
Y data를 배열로 얻는다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic byte[] GetDataY(
out int nXSize,
out int nYSize
)
Parameters
- nXSize Int32
- [OUT] 데이터의 가로 크기. (바이트 수)
- nYSize Int32
- [OUT] 데이터의 세로 크기.
Return Value
Byte Y 데이터 바이트 배열. 해당 판이 분리되지 않은 형식인 경우 null을 반환한다.
See Also