Click or drag to resize
XDL

XFramePictureGetData Method

주어진 데이터 판의 데이터를 얻는다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 2.0.3.35
Syntax
C#
public byte[] GetData(
	int nPlaneID,
	out int nXSize,
	out int nYSize
)

Parameters

nPlaneID
Type: SystemInt32
[IN] 데이터 판 색인. 0부터 2까지 최대 3개의 데이터 판을 가질 수 있다.
nXSize
Type: SystemInt32
[OUT] 데이터의 가로 크기. (바이트 수)
nYSize
Type: SystemInt32
[OUT] 데이터의 세로 크기.

Return Value

Type: Byte
해당 판의 데이터 바이트 배열. 해당 판이 없는 경우 null을 반환한다.
See Also