Point to start filling from.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public IntPoint StartingPoint { get; set; }

Remarks

The property allows to set the starting point, where filling is started from.

Remarks

Default value is set to (0, 0).

See Also