ImageDrawerFillRectangle Method (ImagePlane, Double, Rect)

CVB.Net Documentation
Draw a filled destructive rectangle over the content of an image.

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

public static void FillRectangle(
	ImagePlane plane,
	double intensity,
	Rect rectangle
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Plane to draw to.
intensity
Type: SystemDouble
Intensity (pixel value) with which to draw
rectangle
Type: Stemmer.CvbRect
Rectangle to draw.
See Also

Reference