DrawingContext.DrawText(FormattedText, Point) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Draws formatted text at the specified location.
public:
void DrawText(System::Windows::Media::FormattedText ^ formattedText, System::Windows::Point origin);
public void DrawText (System.Windows.Media.FormattedText formattedText, System.Windows.Point origin);
member this.DrawText : System.Windows.Media.FormattedText * System.Windows.Point -> unit
Public Sub DrawText (formattedText As FormattedText, origin As Point)
Parameters
- formattedText
- FormattedText
The formatted text to be drawn.
- origin
- Point
The location where the text is to be drawn.
Exceptions
The object has already been closed or disposed.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.