ImageDrawerDrawEllipse Method (Image, RgbColor, Int32, Ellipse)

CVB.Net Documentation
Draws an ellipse border 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 DrawEllipse(
	Image image,
	RgbColor color,
	int thickness,
	Ellipse ellipse
)

Parameters

image
Type: Stemmer.CvbImage
Image to draw on.
color
Type: Stemmer.CvbRgbColor
Color value to draw.
thickness
Type: SystemInt32
Line thickness in pixels.
ellipse
Type: Stemmer.Cvb.Geometry2DEllipse
ellipse 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