.
C# Signature:
[DllImport("user32.dll")]
static extern int DrawTextEx(IntPtr hdc, StringBuilder lpchText, int cchText,
ref RECT lprc, uint dwDTFormat, ref DRAWTEXTPARAMS lpDTParams);
User-Defined Types:
DRAWTEXTPARAMS
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
The DrawTextEx API
3/16/2007 8:23:47 AM - anonymous
A structure utilized by the [DrawTextEx] function.
9/9/2007 1:42:23 PM - -65.102.139.226
