XpsDeviceStrokeText Method |
Strokes the specified text string at the specified location.
Namespace: Aspose.Html.Rendering.XpsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic override void StrokeText(
string text,
PointF pt
)
Public Overrides Sub StrokeText (
text As String,
pt As PointF
)
public:
virtual void StrokeText(
String^ text,
PointF pt
) override
abstract StrokeText :
text : string *
pt : PointF -> unit
override 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.
Implements
IDeviceStrokeText(String, PointF)
See Also