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

Property Value

Interval
Exception type Condition

EyeshotException

Thrown when trying to set a domain smaller than Utility.ZERO_TOLERANCE.

.NET Framework

Supported in: 4.8

In this article

Definition