Click or drag to resize

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
)

Parameters

handle
Type: SystemIntPtr

Return Value

Type: Boolean
See Also