다음을 통해 공유


ICanvas.DrawText(IAttributedText, Single, Single, Single, Single) 메서드

정의

경계 상자 내의 특성 텍스트를 캔버스에 그립니다.

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)

매개 변수

value
IAttributedText

표시할 특성이 지정된 텍스트입니다.

x
Single

경계 상자의 시작 x 좌표입니다.

y
Single

경계 상자의 시작 y 좌표입니다.

width
Single

경계 상자의 너비입니다.

height
Single

경계 상자의 높이입니다.

적용 대상