DeleteDC (gdi32)
Last changed: Seri-109.90.29.109

.
Summary
The DeleteDC function deletes the specified device context (DC).

C# Signature:

[DllImport("gdi32.dll")]
static extern bool DeleteDC(IntPtr hdc);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please see BitBlt

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
DeleteDC on MSDN