DeviceTGraphicContext, TRenderingOptionsStroke Method |
Strokes a line along the current path. The stroked line follows each straight or curved segment in the path,
centered on the segment with sides parallel to it. Each of the path’s subpaths is treated separately.
This method terminates current path.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic abstract void Stroke()
Public MustOverride Sub Stroke
public:
virtual void Stroke() abstract
abstract Stroke : unit -> unit
Implements
IDeviceStroke
See Also