Click or drag to resize

GraphicsDrawText Method (Font, Brush, PointF, String)

Draws text with the specified font, brush and location

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void DrawText(
	Font font,
	Brush brush,
	PointF location,
	string text
)

Parameters

font
Type: Eto.DrawingFont
Font to draw the text with
brush
Type: Eto.DrawingBrush
Brush to stroke the text
location
Type: Eto.DrawingPointF
Location of where to start drawing the text
text
Type: SystemString
Text string to draw
See Also