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
边界框的高度。