Click or drag to resize

GraphicsDrawText Method (Font, Color, PointF, String)

Draws text with the specified font, color and location

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

Parameters

font
Type: Eto.DrawingFont
Font to draw the text with
color
Type: Eto.DrawingColor
Color of the text
location
Type: Eto.DrawingPointF
Location of where to start drawing the text
text
Type: SystemString
Text string to draw
See Also