NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Graphics.MeasureString (String, Font, SizeF, StringFormat)

[To be supplied.]

[Visual Basic]
Overloads Public Function MeasureString( _
   ByVal text As String, _
   ByVal font As Font, _
   ByVal layoutArea As SizeF, _
   ByVal stringFormat As StringFormat _
) As SizeF
[C#]
public SizeF MeasureString(
   string text,
   Font font,
   SizeF layoutArea,
   StringFormat stringFormat
);
[C++]
public: SizeF MeasureString(
   String* text,
   Font* font,
   SizeF layoutArea,
   StringFormat* stringFormat
);
[JScript]
public function MeasureString(
   text : String,
   font : Font,
   layoutArea : SizeF,
   stringFormat : StringFormat
) : SizeF;

Parameters

text
[To be supplied.]
font
[To be supplied.]
layoutArea
[To be supplied.]
stringFormat
[To be supplied.]

See Also

Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.MeasureString Overload List