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.DrawString (String, Font, Brush, RectangleF, StringFormat)

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawString( _
   ByVal s As String, _
   ByVal font As Font, _
   ByVal brush As Brush, _
   ByVal layoutRectangle As RectangleF, _
   ByVal format As StringFormat _
)
[C#]
public void DrawString(
   string s,
   Font font,
   Brush brush,
   RectangleF layoutRectangle,
   StringFormat format
);
[C++]
public: void DrawString(
   String* s,
   Font* font,
   Brush* brush,
   RectangleF layoutRectangle,
   StringFormat* format
);
[JScript]
public function DrawString(
   s : String,
   font : Font,
   brush : Brush,
   layoutRectangle : RectangleF,
   format : StringFormat
);

Parameters

s
[To be supplied.]
font
[To be supplied.]
brush
[To be supplied.]
layoutRectangle
[To be supplied.]
format
[To be supplied.]

See Also

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