[DllImport("gdiplus.dll", CharSet=CharSet.Unicode, SetLastError=true, ExactSpelling=true)]
internal static extern int GdipMeasureString(HandleRef graphics, string textString, int length, HandleRef font, ref GPRECTF layoutRect, HandleRef stringFormat, [In, Out] ref GPRECTF boundingBox, out int codepointsFitted, out int linesFilled);
Declare Function GdipMeasureString Lib "gdiplus.dll" (TODO) As TODO
None.
System.Drawing.Graphics.MeasureString( ... )
None.
Please add some!
Please add some!