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. |
See Also
- class Brush
- class GraphicsPath
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common