Graphics.FillPath
Graphics.FillPath method
Fills the interior of a GraphicsPath
.
public void FillPath(Brush brush, GraphicsPath path)
Parameter | Type | Description |
---|---|---|
brush | Brush | Brush that determines the characteristics of the fill. |
path | GraphicsPath | GraphicsPath that represents the path to fill. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | brush is null. -or- path is null. |
See Also
- class Brush
- class GraphicsPath
- class Graphics
- namespace Aspose.Imaging
- assembly Aspose.Imaging