ImageDrawerFillEllipse Method (Image, Double, 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,
	double[] intensity,
	Ellipse ellipse
)

Parameters

image
Type: Stemmer.CvbImage
Image to draw on.
intensity
Type: SystemDouble
Intensity value to draw.
ellipse
Type: Stemmer.Cvb.Geometry2DEllipse
ellipse to draw.
Exceptions

ExceptionCondition
ObjectDisposedExceptionImage of given image was disposed.
See Also

Reference