ImageDevice.DrawString
ImageDevice.DrawString method
Draws a string at the specified position.
public override void DrawString(string str, double x, double y)
| Parameter | Type | Description |
|---|---|---|
| str | String | The text to be drawn. |
| x | Double | The x-coordinate of the string position. |
| y | Double | The y-coordinate of the string position. |
See Also
- class ImageDevice
- namespace Aspose.Page.XPS.Presentation.Image
- assembly Aspose.Page