Table of Contents

Method Fill

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

Fill(ColorBgra)

public void Fill(ColorBgra color)

Parameters

color ColorBgra

Fill(Rectangle, ColorBgra)

Fills the given rectangular region within the surface with the given color value.

public void Fill(Rectangle rect, ColorBgra color)

Parameters

rect Rectangle

The rectangular region to fill.

color ColorBgra

The color value to fill the rectangular region with.

Fill(RectInt32, ColorBgra)

public void Fill(RectInt32 rect, ColorBgra color)

Parameters

rect RectInt32
color ColorBgra

Fill(RectInt32[], int, int, ColorBgra)

public void Fill(RectInt32[] scans, int startIndex, int length, ColorBgra color)

Parameters

scans RectInt32[]
startIndex int
length int
color ColorBgra

Fill(RectInt32[], ColorBgra)

public void Fill(RectInt32[] scans, ColorBgra color)

Parameters

scans RectInt32[]
color ColorBgra

Fill(PdnRegion, ColorBgra)

public void Fill(PdnRegion region, ColorBgra color)

Parameters

region PdnRegion
color ColorBgra