Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / EllipticalArc Class / Domain Property

In This Topic
    Domain Property (EllipticalArc)
    In This Topic
    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