ICanvas.DrawText(IAttributedText, Single, Single, Single, Single) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將周框方塊中的屬性文字繪製到畫布上。
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
周框方塊的高度。