gettextextentexpoint (gdi32)
Last changed: -147.177.38.125

.
Summary

C# Signature:

[DllImport("gdi32.dll",EntryPoint="GetTextExtentExPointW")]
static extern bool GetTextExtentExPoint(IntPtr hdc, [MarshalAs(UnmanagedType.LPWStr)] string lpszStr,
   int cchString, int nMaxExtent, out int lpnFit, int[] alpDx, out SIZE lpSize);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Graphics.MeasureString Method (String, Font, SizeF, StringFormat, out Int32, out Int32) http://msdn.microsoft.com/en-us/library/957webty(v=VS.100).aspx

Documentation