Click or drag to resize

Win32ApiCreateCompatibleDC Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("gdi32", SetLastError = true)]
public static IntPtr CreateCompatibleDC(
	IntPtr hdc
)

Parameters

hdc
Type: SystemIntPtr

Return Value

Type: IntPtr
See Also