Gdi32FuncSelectObject Method |
Selects an object into the specified device context.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
IntPtrThe handle to the object previously selected into the device context.
See Also