Win32ApiDeleteObject Method
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax[DllImportAttribute("gdi32", SetLastError = true)]
public static bool DeleteObject(
IntPtr handle
)
<DllImportAttribute("gdi32", SetLastError := true>]
Public Shared Function DeleteObject (
handle As IntPtr
) As Boolean
public:
[DllImportAttribute(L"gdi32", SetLastError = true)]
static bool DeleteObject(
IntPtr handle
)
[<DllImportAttribute("gdi32", SetLastError = true)>]
static member DeleteObject :
handle : IntPtr -> bool
OpenCvSharp.Win32Api.DeleteObject = function(handle);
Parameters
- handle
- Type: SystemIntPtr
Return Value
Type:
Boolean
See Also