FloodFill.Mode Property

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

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

Syntax

C#
public FloodFillMode Mode { get; set; }

Property Value

A FloodFillMode value specifying how to determine the filling area boundary. The default value is Surface.

See Also

Reference