ICanvas.DrawText(IAttributedText, Single, Single, Single, Single) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Desenha o texto atribuído dentro de uma caixa delimitadora na tela.
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)
Parâmetros
- value
- IAttributedText
Texto atribuído a ser exibido.
- x
- Single
Coordenada inicial x
da caixa delimitadora.
- y
- Single
Coordenada inicial y
da caixa delimitadora.
- width
- Single
Largura da caixa delimitadora.
- height
- Single
Altura da caixa delimitadora.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.