Freigeben über


ICanvas.DrawText(IAttributedText, Single, Single, Single, Single) Methode

Definition

Zeichnet zugeordneten Text in einem umgebenden Feld auf dem Zeichenbereich.

public:
 void DrawText(Microsoft::Maui::Graphics::Text::IAttributedText ^ value, float x, float y, float width, float height);
public void DrawText (Microsoft.Maui.Graphics.Text.IAttributedText value, float x, float y, float width, float height);
abstract member DrawText : Microsoft.Maui.Graphics.Text.IAttributedText * single * single * single * single -> unit
Public Sub DrawText (value As IAttributedText, x As Single, y As Single, width As Single, height As Single)

Parameter

value
IAttributedText

Zugewiesener Text, der angezeigt werden soll.

x
Single

Startkoordinate x des umgebenden Felds.

y
Single

Startkoordinate y des umgebenden Felds.

width
Single

Breite des umgebenden Felds.

height
Single

Höhe des umgebenden Felds.

Gilt für: