ICanvas.StrokeText
ICanvas.StrokeText method
Strokes the specified text at the specified position.
public void StrokeText(string text, float x, float y)
Parameter | Type | Description |
---|---|---|
text | String | The text to stroke. |
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