ExtTextOut (gdi32)
Last changed: -2.139.167.151

.
Summary

C# Signature:

[DllImport("gdi32.dll")]
static extern bool ExtTextOut(IntPtr hdc, int X, int Y, uint fuOptions,
   [In] ref RECT lprc, string lpString, uint cbCount, int [] lpDx);

User-Defined Types:

See RECT.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.Drawing.Graphics.DrawString

Documentation
ExtTextOut on MSDN