ImageDevice.DrawString

ImageDevice.DrawString method

在指定位置绘制字符串。

public override void DrawString(string str, double x, double y)
范围类型描述
strString要绘制的文本。
xDouble字符串位置的 x 坐标。
yDouble字符串位置的 y 坐标。

也可以看看