Modifies the current clipping path by intersecting it with the current path, using the FillMode rule to determine the region to fill.
This method terminates current path.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxvoid Clip(
FillMode mode
)
Sub Clip (
mode As FillMode
)
void Clip(
FillMode mode
)
abstract Clip :
mode : FillMode -> unit
Parameters
- mode
- Type: System.Drawing.Drawing2DFillMode
Filling mode specifies how the interior of a closed path is clipped
See Also