This documentation is for the old version. Go to the latest Graphics Mill docs

FloodFill.FillColor Property

Gets/sets a color used to fill the surface.

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

Syntax

Visual Basic
Public Property FillColor As Color
C#
public Color FillColor { get; set; }

Property Value

Color value that specifies a color to fill with.

Remarks

Default value is black color.

See Also

Reference