escape (gdi32)
Last changed: anonymous

.
Summary
Enables applications to access capabilities of a particular device not directly available through GDI.

C# Signature:

[DllImport("gdi32.dll")]
static extern int Escape(IntPtr hdc, int nEscape, int cbInput,
   string lpvInData, IntPtr lpvOutData);

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
Escape on MSDN