Class EllipticArcSegment
An elliptic arc segment for use in a multipart geometry.
Namespace: Esri.ArcGISRuntime.Geometry
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class EllipticArcSegment : Segment
Remarks
An elliptic arc is the portion of the boundary of a 2D ellipse that connects two points.
Constructors
Name | Description |
---|---|
Elliptic |
Initializes a new instance of the Elliptic |
Elliptic |
Initializes a new instance of the Elliptic |
Properties
Name | Description |
---|---|
Center |
Gets the center point of the ellipse that this segment is defined upon. |
Central |
Gets the parametric angle in radians measuring the span of the arc from Start |
End |
Gets the parametric angle in radians of the end of the arc relative to the major axis of the embedded ellipse. |
Is |
Gets a value indicating whether this arc is a portion of the boundary of a 2D circle. |
Is |
Gets a value indicating whether the direction of the segment, from start point to end point, proceeds in a counterclockwise direction. |
Minor |
Gets the ratio of the length of the semi-minor axis to the semi-major axis. |
Rotation |
Gets the angle in radians by which the major axis of the ellipse this segment is based upon is rotated from the x-axis. |
Semi |
Gets the length of the longer of the two axes of the ellipse upon which this arc is based. |
Semi |
Gets the length of the shorter of the two axes of the ellipse upon which this arc is based. |
Start |
Gets the parametric angle in radians of the start of the arc relative to the major axis of the embedded ellipse. |
Methods
Name | Description |
---|---|
Create |
Creates an Elliptic |
Create |
Creates an Elliptic |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.12 - 200.6 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.6 |