ImageDrawerFillEllipse Method (ImagePlane, Double, Point2D, Int32, Int32)

CVB.Net Documentation
Fills an ellipse on the given Imageplane and zero degrees rotation.

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

public static void FillEllipse(
	ImagePlane plane,
	double intensity,
	Point2D center,
	int radiusA,
	int radiusB
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Image plane to draw on.
intensity
Type: SystemDouble
Intensity value to draw.
center
Type: Stemmer.CvbPoint2D
Center point of the ellipse.
radiusA
Type: SystemInt32
Length of the first semi major axis. The first semi major is the one that coincides with the x axis if the rotation of the ellipse is 0.
radiusB
Type: SystemInt32
Length of the second semi major axis. The second semi major is the one that coincides with the y axis if the rotation of the ellipse is 0.
Exceptions

ExceptionCondition
ObjectDisposedExceptionImage of given plane was disposed.
See Also

Reference