Click or drag to resize
XDL

XFramePictureSetDataBGR(IntPtr, Int32, Int32, Int32) Method

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


Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool SetDataBGR(
	IntPtr bgr,
	int nXSize,
	int nYSize,
	int nDataXSize
)

Parameters

bgr  IntPtr

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

nXSize  Int32

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

nYSize  Int32

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

nDataXSize  Int32

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

Return Value

Boolean
See Also