Device.DrawString
Device.DrawString method
Draws a string at given point.
public virtual void DrawString(string str, double x, double y)
| Parameter | Type | Description |
|---|---|---|
| str | String | A string to be drawn. |
| x | Double | X coordinate of point. |
| y | Double | Y coordinate of point. |
See Also
- class Device
- namespace Aspose.Page
- assembly Aspose.Page