Overload | Description |
---|---|
FillPath(GraphicsPath,Color) | Fills a GraphicsPath with a solid color. |
FillPath(GraphicsPath,UInt32) | Fills a GraphicsPath with a solid color. |
FillPath(GraphicsPath,Brush) | Fills a GraphicsPath with the given brush. |
FillPath(GraphicsPath,Brush,RectangleF) | Fills a GraphicsPath with the given brush. |