ICanvas.Clip
Clip(FillRule)
Sets the current clipping path using the specified fill rule.
public void Clip(FillRule mode)
Parameter | Type | Description |
---|---|---|
mode | FillRule | The fill rule to use for clipping. |
See Also
- enum FillRule
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG
Clip(IPath, FillRule)
Sets the current clipping path using the specified path and fill rule.
public void Clip(IPath path, FillRule mode)
Parameter | Type | Description |
---|---|---|
path | IPath | The path to use for clipping. |
mode | FillRule | The fill rule to use for clipping. |
See Also
- interface IPath
- enum FillRule
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG