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.Rendering.XpsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic override void Clip(
FillMode mode
)
Public Overrides Sub Clip (
mode As FillMode
)
public:
virtual void Clip(
FillMode mode
) override
abstract Clip :
mode : FillMode -> unit
override Clip :
mode : FillMode -> unit
Parameters
- mode
- Type: System.Drawing.Drawing2DFillMode
Filling mode specifies how the interior of a closed path is clipped
Implements
IDeviceClip(FillMode)
See Also