| FillPath(IReadWriteBitmapData, Color32, Path, DrawingOptions) | Fills a Path with the specified color. |
| FillPath(IReadWriteBitmapData, Color32, Path, DrawingOptions, ParallelConfig) | Fills a Path with the specified color. |
| FillPath(IReadWriteBitmapData, Brush, Path, DrawingOptions, ParallelConfig) | Fills a Path with the specified Brush. |
| FillPath(IReadWriteBitmapData, IAsyncContext, Color32, Path, DrawingOptions) | Fills a Path with the specified color, using a context that may belong to a higher level, possibly asynchronous operation. |
| FillPath(IReadWriteBitmapData, IAsyncContext, Brush, Path, DrawingOptions) | Fills a Path with the specified Brush, using a context that may belong to a higher level, possibly asynchronous operation. |