Device-2.Clip
Device<TGraphicContext,TRenderingOptions>.Clip method
Modifies the current clipping path by intersecting it with the current path, using the FillRule to determine the region to fill. This method terminates current path.
public abstract void Clip(FillRule rule)
Parameter | Type | Description |
---|---|---|
rule | FillRule | Filling rule specifies how the interior of a closed path is clipped |
See Also
- enum FillRule
- class Device<TGraphicContext,TRenderingOptions>
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG