[]
Fills a GraphicsPath with a solid color.
public void FillPath(GraphicsPath path, Color color)
| Type | Name | Description |
|---|---|---|
| GraphicsPath | path | |
| Color | color |
Fills a GraphicsPath with a solid color.
public void FillPath(GraphicsPath path, uint color)
| Type | Name | Description |
|---|---|---|
| GraphicsPath | path | |
| uint | color |
Fills a GraphicsPath with the given brush.
public void FillPath(GraphicsPath path, Brush brush)
| Type | Name | Description |
|---|---|---|
| GraphicsPath | path | |
| Brush | brush |
Fills a GraphicsPath with the given brush.
public void FillPath(GraphicsPath path, Brush brush, RectangleF brushBounds)
| Type | Name | Description |
|---|---|---|
| GraphicsPath | path | |
| Brush | brush | |
| RectangleF | brushBounds |