ImageDrawerDrawRectangle Method (Image, RgbColor, Int32, Area2D)

CVB.Net Documentation
Draw a 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 DrawRectangle(
	Image image,
	RgbColor clr,
	int thickness,
	Area2D rectangle
)

Parameters

image
Type: Stemmer.CvbImage
Image to draw to.
clr
Type: Stemmer.CvbRgbColor
Color to draw witch (RGB image required).
thickness
Type: SystemInt32
Line thickness with which to draw.
rectangle
Type: Stemmer.CvbArea2D
Rectangle to draw.
See Also

Reference