Click or drag to resize

Win32ApiSelectObject Method

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

Parameters

hdc
Type: SystemIntPtr
obj
Type: SystemIntPtr

Return Value

Type: IntPtr
See Also