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

FloodFill.Point Property

Gets/sets a start point for the flood fill algorithm.

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

Syntax

Visual Basic
Public Property Point As PointF
C#
public PointF Point { get; set; }

Property Value

PointF structure specifying the point to start filling from.

Remarks

Default flood fill start position is a left top corner of the bitmap (point with coordinates (0, 0)).

See Also

Reference