ImageDrawerDrawCircle Method (Image, Double, Int32, Point2D, Int32)

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,
	Point2D center,
	int radius
)

Parameters

image
Type: Stemmer.CvbImage
Image to draw on.
intensity
Type: SystemDouble
Intensity value to draw.
thickness
Type: SystemInt32
Line thickness in pixels.
center
Type: Stemmer.CvbPoint2D
Center point.
radius
Type: SystemInt32
Radius of the circle.
Exceptions

ExceptionCondition
ArgumentNullExceptionimage is null (Nothing in Visual Basic).
See Also

Reference