DeviceTGraphicContext, TRenderingOptionsStrokeAndFill Method
Strokes and fill current path. This method terminates current path.

Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public abstract void StrokeAndFill(
	FillMode mode
)

Parameters

mode
Type: System.Drawing.Drawing2DFillMode
Filling mode specifies how the interior of a closed path is filled.

Implements

IDeviceStrokeAndFill(FillMode)
See Also