Click or drag to resize

Gdi32FuncDeleteDC Method

Deletes 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 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