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, PointF)

[To be supplied.]

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

Parameters

s
[To be supplied.]
font
[To be supplied.]
brush
[To be supplied.]
point
[To be supplied.]

See Also

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