XpsDeviceClip Method
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.Xps
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public override void Clip(
	FillMode mode
)

Parameters

mode
Type: System.Drawing.Drawing2DFillMode
Filling mode specifies how the interior of a closed path is clipped

Implements

IDeviceClip(FillMode)
See Also