Deletes the specified device context.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool DeleteDC(
IntPtr hdc
)
Parameters
- hdc IntPtr
- A handle to the device context to delete.
Return Value
Boolean if the device context was deleted; otherwise,
.
See Also