ImageDrawerDrawCircle Method (Image, Double, Int32, Circle)

CVB.Net Documentation
Draws a circle on all planes of the given image.

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

public static void DrawCircle(
	Image image,
	double[] intensity,
	int thickness,
	Circle circle
)

Parameters

image
Type: Stemmer.CvbImage
Image to draw on.
intensity
Type: SystemDouble
Intensity value to draw.
thickness
Type: SystemInt32
Line thickness in pixels.
circle
Type: Stemmer.Cvb.Geometry2DCircle
Circle to draw.
Exceptions

ExceptionCondition
ArgumentNullExceptionimage is null (Nothing in Visual Basic).
ObjectDisposedExceptionImage of given image was disposed.
ArgumentExceptionThe thickness is smaller than one.
See Also

Reference