ImageDrawerFillRectangle Method (Image, 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(
	Image image,
	double[] intensity,
	Rect rectangle
)

Parameters

image
Type: Stemmer.CvbImage
Image to draw to.
intensity
Type: SystemDouble
Intensity (pixel value) with which to draw (one for each plane required).
rectangle
Type: Stemmer.CvbRect
Rectangle to draw.
See Also

Reference