Click or drag to resize
XDL

XFramePictureGetDataRGB Method

RGB24 형식일 때 RGB data array를 얻는다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public byte[] GetDataRGB()

Return Value

Byte
RGB 데이터의 바이트 배열. RGB24 형식이 아닌 경우 null을 반환한다.
See Also