DeviceTGraphicContext, TRenderingOptionsFillText Method |
Fills the specified text string at the specified location.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic abstract void FillText(
string text,
PointF pt
)
Public MustOverride Sub FillText (
text As String,
pt As PointF
)
public:
virtual void FillText(
String^ text,
PointF pt
) abstract
abstract FillText :
text : string *
pt : PointF -> unit
Parameters
- text
- Type: SystemString
String to fill. - pt
- Type: System.DrawingPointF
Point that specifies the coordinates of the text.
Implements
IDeviceFillText(String, PointF)
See Also