Click or drag to resize
XDL

XFramePictureGetDataU Method

U data를 배열로 얻는다.

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

Parameters

nXSize
Type: SystemInt32

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

nYSize
Type: SystemInt32

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

Return Value

Type: Byte
See Also