restoredc (gdi32)
Last changed: -81.134.91.241

.
Summary

C# Signature:

[DllImport("gdi32.dll")]
static extern bool RestoreDC(IntPtr hdc, int nSavedDC);

User-Defined Types:

None.

Constants:

private const int MM_TEXT         = 1;
private const int MM_LOMETRIC     = 2;
private const int MM_HIMETRIC     = 3;
private const int MM_LOENGLISH    = 4;
private const int MM_HIENGLISH    = 5;
private const int MM_TWIPS        = 6;
private const int MM_ISOTROPIC    = 7;
private const int MM_ANISOTROPIC      = 8;

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
RestoreDC on MSDN