Click or drag to resize

Win32ApiStretchDIBits Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("gdi32", SetLastError = true)]
public static int StretchDIBits(
	IntPtr hdc,
	int XDest,
	int YDest,
	int nDestWidth,
	int nDestHeight,
	int XSrc,
	int YSrc,
	int nSrcWidth,
	int nSrcHeight,
	IntPtr lpBits,
	ref Win32ApiBITMAPINFO lpBitsInfo,
	uint iUsage,
	uint dwRop
)

Parameters

hdc
Type: SystemIntPtr
XDest
Type: SystemInt32
YDest
Type: SystemInt32
nDestWidth
Type: SystemInt32
nDestHeight
Type: SystemInt32
XSrc
Type: SystemInt32
YSrc
Type: SystemInt32
nSrcWidth
Type: SystemInt32
nSrcHeight
Type: SystemInt32
lpBits
Type: SystemIntPtr
lpBitsInfo
Type: OpenCvSharpWin32ApiBITMAPINFO
iUsage
Type: SystemUInt32
dwRop
Type: SystemUInt32

Return Value

Type: Int32
See Also