DeviceTGraphicContext, TRenderingOptionsStrokeAndFill Method |
Strokes and fill current path.
This method terminates current path.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public abstract void StrokeAndFill(
FillMode mode
)
Public MustOverride Sub StrokeAndFill (
mode As FillMode
)
public:
virtual void StrokeAndFill(
FillMode mode
) abstract
abstract StrokeAndFill :
mode : FillMode -> unit
Parameters
- mode
- Type: System.Drawing.Drawing2DFillMode
Filling mode specifies how the interior of a closed path is filled.
Implements
IDeviceStrokeAndFill(FillMode)See Also