Draws the specified text string at the specified location with the specified Brush and Font objects.
Namespace: MindFusion.DrawingAssembly: MindFusion.Common
public abstract void DrawString ( string s, Font font, Brush brush, float x, float y)
Public MustOverride Sub DrawString ( _ s As String, _ font As Font, _ brush As Brush, _ x As Single, _ y As Single _)
DrawString Method Overload ListIGraphics MembersIGraphics InterfaceMindFusion.Drawing Namespace