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);

VB.NET Signature:

<DllImport("gdi32.dll")> _
Private Shared Function DeleteDC(hdc As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean
End Function

VB Signature:

Public Declare Function DeleteDC Lib "gdi32" _
          (ByVal hDC As Long) As Long

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
DeleteDC on MSDN