Click or drag to resize
Accord.NET (logo)

PointedMeanFloodFillStartingPoint Property

Point to start filling from.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public IntPoint StartingPoint { get; set; }
Request Example View Source

Property Value

Type: IntPoint
Remarks

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

Remarks
Default value is set to (0, 0).
See Also