Method Fill
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
Fill(ColorBgra)
public void Fill(ColorBgra color)
Parameters
colorColorBgra
Fill(Rectangle, ColorBgra)
Fills the given rectangular region within the surface with the given color value.
public void Fill(Rectangle rect, ColorBgra color)
Parameters
rectRectangleThe rectangular region to fill.
colorColorBgraThe color value to fill the rectangular region with.
Fill(RectInt32, ColorBgra)
public void Fill(RectInt32 rect, ColorBgra color)
Parameters
Fill(RectInt32[], int, int, ColorBgra)
public void Fill(RectInt32[] scans, int startIndex, int length, ColorBgra color)
Parameters
Fill(RectInt32[], ColorBgra)
public void Fill(RectInt32[] scans, ColorBgra color)
Parameters
Fill(PdnRegion, ColorBgra)
public void Fill(PdnRegion region, ColorBgra color)