GraphicsDrawText Method (Font, SolidBrush, 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,
SolidBrush brush,
PointF location,
string text
)
Public Sub DrawText (
font As Font,
brush As SolidBrush,
location As PointF,
text As String
)
member DrawText :
font : Font *
brush : SolidBrush *
location : PointF *
text : string -> unit
Parameters
- font
- Type: Eto.DrawingFont
Font to draw the text with - brush
- Type: Eto.DrawingSolidBrush
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