EllipticalArcTo Class |
Namespace: Aspose.Diagram
The EllipticalArcTo type exposes the following members.
Name | Description | |
---|---|---|
![]() | EllipticalArcTo |
Creates an instance of the EllipticalArcTo class.
|
Name | Description | |
---|---|---|
![]() | A |
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.
|
![]() | B |
The y-coordinate of an arc's control point.
|
![]() | C |
The angle of an arc's major axis relative to the x-axis of its parent.
|
![]() | D |
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.
|
![]() | Del |
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
(Overrides CoordinateDel.) |
![]() | IX |
The zero-based index of the element within its parent element.
(Overrides CoordinateIX.) |
![]() | X |
The x-coordinate of the ending vertex of an elliptical arc.
|
![]() | Y |
The y-coordinate of the ending vertex of an elliptical arc.
|
Name | Description | |
---|---|---|
![]() | Clone |
Creates deep copy of this instance.
(Inherited from Coordinate.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |