Ellipse Constructor

CVB.Net Documentation
Create an ellipse.

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

public Ellipse(
	Point2Dd center,
	double radiusA,
	double radiusB,
	Angle rotation
)

Parameters

center
Type: Stemmer.CvbPoint2Dd
center of the ellipse
radiusA
Type: SystemDouble
first radius of the ellipse
radiusB
Type: SystemDouble
second radius of the ellipse
rotation
Type: Stemmer.CvbAngle
angle by which the ellipse is rotated
See Also

Reference