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, Single, Single, RectangleF, StringFormat)

[To be supplied.]

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

Parameters

s
[To be supplied.]
font
[To be supplied.]
brush
[To be supplied.]
x
[To be supplied.]
y
[To be supplied.]
clippingRectangle
[To be supplied.]
format
[To be supplied.]

See Also

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