EllipticalArcTo Class

Contains elements that specify information about an elliptical arc.
Inheritance Hierarchy

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class EllipticalArcTo : Coordinate

The EllipticalArcTo type exposes the following members.

Constructors
  NameDescription
Public methodEllipticalArcTo
Creates an instance of the EllipticalArcTo class.
Properties
  NameDescription
Public propertyA
The x-coordinate of the arc's control point�a point on the arc. The control point is best located about halfway between the beginning and ending vertices of the arc. Otherwise, the arc may grow to an extreme size in order to pass through the control point, with unpredictable results.
Public propertyB
The y-coordinate of an arc's control point.
Public propertyC
The angle of an arc's major axis relative to the x-axis of its parent.
Public propertyD
The ratio of an arc's major axis to its minor axis. Despite the usual meaning of these words, the major axis does not have to be greater than the minor axis, so this ratio does not have to be greater than 1. Setting this element to a value less than or equal to 0 or greater than 1000 can lead to unpredictable results.
Public propertyDel
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
(Overrides CoordinateDel.)
Public propertyIX
The zero-based index of the element within its parent element.
(Overrides CoordinateIX.)
Public propertyX
The x-coordinate of the ending vertex of an elliptical arc.
Public propertyY
The y-coordinate of the ending vertex of an elliptical arc.
Methods
  NameDescription
Public methodClone
Creates deep copy of this instance.
(Inherited from Coordinate.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also