Ellipse.Domain Property

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].
Public Overridable Property Domain() As Interval
This language is not supported or no code example is available.
public virtual Interval Domain {get; set;}
This language is not supported or no code example is available.

Property Value

Interval
Exception type Condition

EyeshotException

Thrown when you try to set the Domain property. Use EllipticalArc instead.

.NET Framework

Supported in: 4.8

In this article

Definition