ImageDrawerFloodFill Method (ImagePlane, Double, Double, Int32, Int32)

CVB.Net Documentation
Fills a closed region in the given Image. This draws a destructive overlay in the given image plane.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static void FloodFill(
	ImagePlane plane,
	double intensity,
	double maxDelta,
	int centerX,
	int centerY
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Plaint to paint on.
intensity
Type: SystemDouble
Intensity value to set.
maxDelta
Type: SystemDouble
Delta (deviation from target intensity) at which to stop.
centerX
Type: SystemInt32
X coordinate of the fill center.
centerY
Type: SystemInt32
Y coordinate of the fill center.
See Also

Reference