TextOutA (gdi32)
Last changed: -90.187.20.229

.
Summary
TODO - a short description

C# Signature:

[DllImport("gdi32.dll", SetLastError = true)]
static extern bool TextOutA(IntPtr hdc, int x, int y, StringBuilder lpString, int c);

VB Signature:

Declare Function TextOutA Lib "gdi32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
TextOutA on MSDN