DrawText Method
Draws text.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public virtual void DrawText(
FormattedText text,
Point origin
)
Public Overridable Sub DrawText (
text As FormattedText,
origin As Point
)
abstract DrawText :
text : FormattedText *
origin : Point -> unit
override DrawText :
text : FormattedText *
origin : Point -> unit
Parameters
- FormattedText
- The text.
- Point
- The upper-left corner of the text.