Click or drag to resize

Win32Api.SetDIBitsToDevice Method (IntPtr, Int32, Int32, UInt32, UInt32, Int32, Int32, UInt32, UInt32, IntPtr, IntPtr, UInt32)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("gdi32")]
public static int SetDIBitsToDevice(
	IntPtr hdc,
	int XDest,
	int YDest,
	uint dwWidth,
	uint dwHeight,
	int XSrc,
	int YSrc,
	uint uStartScan,
	uint cScanLines,
	IntPtr lpvBits,
	IntPtr lpbmi,
	uint fuColorUse
)

Parameters

hdc
Type: System.IntPtr
XDest
Type: System.Int32
YDest
Type: System.Int32
dwWidth
Type: System.UInt32
dwHeight
Type: System.UInt32
XSrc
Type: System.Int32
YSrc
Type: System.Int32
uStartScan
Type: System.UInt32
cScanLines
Type: System.UInt32
lpvBits
Type: System.IntPtr
lpbmi
Type: System.IntPtr
fuColorUse
Type: System.UInt32

Return Value

Type: Int32
See Also