ICanvasRenderingContext2DFillText Method (String, Double, Double)
Draws (fills) a given text at the given (x,y) position.

Namespace: Aspose.Html.Dom.Canvas
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
void FillText(
	string text,
	double x,
	double y
)

Parameters

text
Type: SystemString
The text to draw using the current font, textAlign, textBaseline, and direction values.
x
Type: SystemDouble
The x axis of the coordinate for the text starting point.
y
Type: SystemDouble
The y axis of the coordinate for the text starting point.
See Also