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
)
<DllImportAttribute("gdi32", SetLastError := true>]
Public Shared Function DeleteDC (
hdc As IntPtr
) As Boolean
public:
[DllImportAttribute(L"gdi32", SetLastError = true)]
static bool DeleteDC(
IntPtr hdc
)
[<DllImportAttribute("gdi32", SetLastError = true)>]
static member DeleteDC :
hdc : IntPtr -> bool
OpenCvSharp.Win32Api.DeleteDC = function(hdc);
Parameters
- hdc
- Type: SystemIntPtr
Return Value
Type:
Boolean
See Also