IDeviceFillText Method
Fills the specified text string at the specified location.

Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
void FillText(
	string text,
	PointF pt
)

Parameters

text
Type: SystemString
String to fill.
pt
Type: System.DrawingPointF
Point that specifies the coordinates of the text.
See Also