FloodFill.Point Property

Gets or sets a starting point for the algorithm.

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

Syntax

C#
public ValueType Point { get; set; }

Property Value

A point to start filling from.

Remarks

The default flood fill start position is the upper-left corner of the bitmap (point with coordinates (0, 0)).

See Also

Reference