ImageDrawerFillEllipse Method (ImagePlane, Double, Ellipse)

CVB.Net Documentation
Fills an ellipse on the given Imageplane.

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

public static void FillEllipse(
	ImagePlane plane,
	double intensity,
	Ellipse ellipse
)

Parameters

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

ExceptionCondition
ObjectDisposedExceptionImage of given plane was disposed.
See Also

Reference