ICanvas.Fill
Fill(FillRule)
Fills the current path with the specified fill rule.
public void Fill(FillRule mode)
Parameter | Type | Description |
---|---|---|
mode | FillRule | The fill rule to use for filling the path. |
See Also
- enum FillRule
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG
Fill(IPath, FillRule)
Fills the specified path with the specified fill rule.
public void Fill(IPath path, FillRule mode)
Parameter | Type | Description |
---|---|---|
path | IPath | The path to fill. |
mode | FillRule | The fill rule to use for filling the path. See FillRule . |
See Also
- interface IPath
- enum FillRule
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG