Eyeshot 10 WinForms API Reference
Domain Property (EllipticalArc)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > EllipticalArc Class : Domain Property
Gets or sets the elliptical arc's domain. The parameter t on an elliptical arc is not the angle of ellipticalArc.PointAt(t) with the X-axis, even if t is in [0, 2*PI].
Syntax
'Declaration
 
Public Overrides Property Domain As Interval
public override Interval Domain {get; set;}
See Also

Reference

EllipticalArc Class
EllipticalArc Members