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

In This Topic
    Domain Property (Ellipse)
    In This Topic
    Gets or sets the ellipse's domain. The parameter t on an ellipse is not the angle of ellipse.PointAt(t) with the X-axis, even if t is in [0, 2*PI].
    Syntax
    'Declaration
     
    Public Overridable Property Domain As Interval
    public virtual Interval Domain {get; set;}
    Exceptions
    ExceptionDescription
    Thrown when you try to set the Domain property. Use EllipticalArc instead.
    See Also