Click or drag to resize
XDL

XFramePictureGetDataV Method

V data를 배열로 얻는다.

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

Parameters

nXSize
Type: SystemInt32

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

nYSize
Type: SystemInt32

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

Return Value

Type: Byte
See Also