GraphicsIHandlerDrawText Method (FormattedText, PointF) |
Draws formatted text at the specified location
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void DrawText(
FormattedText formattedText,
PointF location
)
Sub DrawText (
formattedText As FormattedText,
location As PointF
)
abstract DrawText :
formattedText : FormattedText *
location : PointF -> unit
Parameters
- formattedText
- Type: Eto.DrawingFormattedText
Formatted text to draw - location
- Type: Eto.DrawingPointF
Location to draw the text
See Also