Click or drag to resize

Win32ApiReleaseDC Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("user32", SetLastError = true)]
public static bool ReleaseDC(
	IntPtr window,
	IntPtr dc
)

Parameters

window
Type: SystemIntPtr
dc
Type: SystemIntPtr

Return Value

Type: Boolean
See Also