Click or drag to resize

Win32ApiSetDIBitsToDevice 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: SystemIntPtr
XDest
Type: SystemInt32
YDest
Type: SystemInt32
dwWidth
Type: SystemUInt32
dwHeight
Type: SystemUInt32
XSrc
Type: SystemInt32
YSrc
Type: SystemInt32
uStartScan
Type: SystemUInt32
cScanLines
Type: SystemUInt32
lpvBits
Type: SystemIntPtr
lpbmi
Type: SystemIntPtr
fuColorUse
Type: SystemUInt32

Return Value

Type: Int32
See Also