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