CADability dotNET
Initializes a new instance of the EllipseArc2D class

Namespace: CADability.Curve2D
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public EllipseArc2D(
	GeoPoint2D center,
	GeoVector2D majorAxis,
	GeoVector2D minorAxis,
	double startPar,
	double sweepPar,
	GeoPoint2D left,
	GeoPoint2D right,
	GeoPoint2D bottom,
	GeoPoint2D top,
	PenResource pen,
	IGeoObject geoObject
)
Visual Basic
Public Sub New ( _
	center As GeoPoint2D, _
	majorAxis As GeoVector2D, _
	minorAxis As GeoVector2D, _
	startPar As Double, _
	sweepPar As Double, _
	left As GeoPoint2D, _
	right As GeoPoint2D, _
	bottom As GeoPoint2D, _
	top As GeoPoint2D, _
	pen As PenResource, _
	geoObject As IGeoObject _
)
Visual C++
public:
EllipseArc2D(
	GeoPoint2D center, 
	GeoVector2D majorAxis, 
	GeoVector2D minorAxis, 
	double startPar, 
	double sweepPar, 
	GeoPoint2D left, 
	GeoPoint2D right, 
	GeoPoint2D bottom, 
	GeoPoint2D top, 
	PenResource^ pen, 
	IGeoObject^ geoObject
)

See Also