Fills the entire region enclosed by the current path.
If the path consists of several disconnected subpaths, it fills the insides of all subpaths,
considered together.
This method terminates current path.
Namespace: Aspose.Html.Rendering.XpsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public override void Fill(
FillMode mode
)
Public Overrides Sub Fill (
mode As FillMode
)
public:
virtual void Fill(
FillMode mode
) override
abstract Fill :
mode : FillMode -> unit
override Fill :
mode : FillMode -> unit
Parameters
- mode
- Type: System.Drawing.Drawing2DFillMode
Filling mode specifies how the interior of a closed path is filled
Implements
IDeviceFill(FillMode)See Also