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.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 21.3
Syntaxvoid Fill(
FillMode mode
)
Sub Fill (
mode As FillMode
)
void Fill(
FillMode mode
)
abstract Fill :
mode : FillMode -> unit
Parameters
- mode
- Type: System.Drawing.Drawing2DFillMode
Filling mode specifies how the interior of a closed path is filled
See Also