ImageDrawerFillEllipse Method (Image, RgbColor, Ellipse)

CVB.Net Documentation
Fills an ellipse 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 FillEllipse(
	Image image,
	RgbColor color,
	Ellipse ellipse
)

Parameters

image
Type: Stemmer.CvbImage
Image to draw on.
color
Type: Stemmer.CvbRgbColor
Color value to draw.
ellipse
Type: Stemmer.Cvb.Geometry2DEllipse
ellipse to draw.
Exceptions

ExceptionCondition
ObjectDisposedExceptionImage of given image was disposed.
See Also

Reference