ImageDrawerFillEllipse Method (Image, RgbColor, Int32, Int32, Int32, Int32, Angle)

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,
	int centerX,
	int centerY,
	int radiusA,
	int radiusB,
	Angle rotation
)

Parameters

image
Type: Stemmer.CvbImage
Image to draw on.
color
Type: Stemmer.CvbRgbColor
Color to draw.
centerX
Type: SystemInt32
X component of center point.
centerY
Type: SystemInt32
Y component of center point.
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.
rotation
Type: Stemmer.CvbAngle
Rotation of the ellipse in degrees.
See Also

Reference