Draws the specified text string in the specified rectangle with the specified Brush and Font objects.
Namespace: MindFusion.DrawingAssembly: MindFusion.Common
public abstract void DrawString ( string s, Font font, Brush brush, RectangleF layoutRectangle)
Public MustOverride Sub DrawString ( _ s As String, _ font As Font, _ brush As Brush, _ layoutRectangle As RectangleF _)
DrawString Method Overload ListIGraphics MembersIGraphics InterfaceMindFusion.Drawing Namespace