Click or drag to resize

Win32SelectObject Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.Win32.SelectObject(System.IntPtr,System.IntPtr)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static IntPtr SelectObject(
	IntPtr hDC,
	IntPtr hObject
)

Parameters

hDC
Type: SystemIntPtr

[Missing <param name="hDC"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.SelectObject(System.IntPtr,System.IntPtr)"]

hObject
Type: SystemIntPtr

[Missing <param name="hObject"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.SelectObject(System.IntPtr,System.IntPtr)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.Win32.SelectObject(System.IntPtr,System.IntPtr)"]

See Also