Click or drag to resize

Win32ApiDeleteDC Method

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

Parameters

hdc
Type: SystemIntPtr

Return Value

Type: Boolean
See Also