Click or drag to resize
XDL

XFramePictureSetDataYUVFromRGB Method (IntPtr, Int32, Int32, Int32)

[Missing <summary> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.SetDataYUVFromRGB(System.IntPtr,System.Int32,System.Int32,System.Int32)"]

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public bool SetDataYUVFromRGB(
	IntPtr rgb,
	int nXSize,
	int nYSize,
	int nDataXSize
)

Parameters

rgb
Type: SystemIntPtr

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

nXSize
Type: SystemInt32

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

nYSize
Type: SystemInt32

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

nDataXSize
Type: SystemInt32

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

Return Value

Type: Boolean
See Also