ImageDrawerDrawRectangle Method (ImagePlane, Double, 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(
	ImagePlane plane,
	double intensity,
	int thickness,
	Area2D rectangle
)

Parameters

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

Reference