Click or drag to resize

Win32ApiGetDIBits Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("gdi32", SetLastError = true)]
public static int GetDIBits(
	IntPtr dc,
	IntPtr bmp,
	int startScan,
	int scanLineCount,
	byte[] data,
	IntPtr info,
	Win32ApiColorTableType usage
)

Parameters

dc
Type: SystemIntPtr
bmp
Type: SystemIntPtr
startScan
Type: SystemInt32
scanLineCount
Type: SystemInt32
data
Type: SystemByte
info
Type: SystemIntPtr
usage
Type: OpenCvSharpWin32ApiColorTableType

Return Value

Type: Int32
See Also