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

FloodFill.Mode Property

Gets/sets a value specifying how to determine the filling area boundary.

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

Syntax

Visual Basic
Public Property Mode As FloodFillMode
C#
public FloodFillMode Mode { get; set; }

Property Value

FloodFillMode value specifying how to determine the filling area boundary.

Remarks

Default value is TillColor.

See Also

Reference