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