Strokes the specified text string at the specified location.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax void StrokeText(
string text,
PointF pt
)
Sub StrokeText (
text As String,
pt As PointF
)
void StrokeText(
String^ text,
PointF pt
)
abstract StrokeText :
text : string *
pt : PointF -> unit
Parameters
- text
- Type: SystemString
String to stroke. - pt
- Type: System.DrawingPointF
Point that specifies the coordinates where to start the text.
See Also