Click or drag to resize
XDL

XFramePictureGetDataY Method

Y data를 배열로 얻는다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public byte[] GetDataY(
	ref int nXSize,
	ref int nYSize
)

Parameters

nXSize
Type: SystemInt32

[Missing <param name="nXSize"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.GetDataY(System.Int32@,System.Int32@)"]

nYSize
Type: SystemInt32

[Missing <param name="nYSize"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.GetDataY(System.Int32@,System.Int32@)"]

Return Value

Type: Byte
See Also