Click or drag to resize

Gdi32FuncSelectObject Method

Selects an object into the specified device context.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IntPtr SelectObject(
	IntPtr hdc,
	IntPtr hgdiobj
)

Parameters

hdc  IntPtr
A handle to the target device context.
hgdiobj  IntPtr
A handle to the object to select.

Return Value

IntPtr
The handle to the object previously selected into the device context.
See Also