Re: Newbie question by Tim
Tim
Wed Feb 16 14:36:18 CST 2005
You can use one of the Graphics.MeasureString() method overload or you can
use the Graphics.MeasureCharacterRanges() method.
--
Tim Wilson
.Net Compact Framework MVP
"B.J." <BJ@discussions.microsoft.com> wrote in message
news:F0854C1E-B2DA-4E7C-86CF-D0AEECAD6FB6@microsoft.com...
> Hi,
>
> How I can get size of Graphics.DrawString in pixel ? Becuase after I draw
> string I need place after its combobox ...
>
> Thank you.