ImageDrawerFillRectangle Method (Image, RgbColor, 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,
	RgbColor clr,
	Rect rectangle
)

Parameters

image
Type: Stemmer.CvbImage
Image to draw to.
clr
Type: Stemmer.CvbRgbColor
Color to draw witch (RGB image required).
rectangle
Type: Stemmer.CvbRect
Rectangle to draw.
See Also

Reference