Click or drag to resize

GraphicsDrawText Method (FormattedText, PointF)

Draws formatted text at the specified location

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void DrawText(
	FormattedText formattedText,
	PointF location
)

Parameters

formattedText
Type: Eto.DrawingFormattedText
Formatted text to draw
location
Type: Eto.DrawingPointF
Location to draw the text
See Also