Bitmap.Fill Method

Fills the current bitmap with the specified color.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void Fill(
	Color color
)

Parameters

color

Type: Aurigma.GraphicsMill.Color

A Color to fill.

See Also

Reference