ImageDevice.DrawString
ImageDevice.DrawString method
在指定位置绘制字符串。
public override void DrawString(string str, double x, double y)
范围 | 类型 | 描述 |
---|---|---|
str | String | 要绘制的文本。 |
x | Double | 字符串位置的 x 坐标。 |
y | Double | 字符串位置的 y 坐标。 |
也可以看看
- class ImageDevice
- 命名空间 Aspose.Page.XPS.Presentation.Image
- 部件 Aspose.Page