ICanvas.FillText
ICanvas.FillText method
Fills the specified text at the specified position.
public void FillText(string text, float x, float y)
Parameter | Type | Description |
---|---|---|
text | String | The text to fill. |
x | Single | The x-coordinate of the starting position of the text. |
y | Single | The y-coordinate of the starting position of the text. |
See Also
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG