Class ArcTo
Contents
[
Hide
]ArcTo class
Contains the x- and y-coordinates and bow of a circular arc represented respectively by the X, Y, and A elements.
public class ArcTo : Coordinate
Constructors
Name | Description |
---|---|
ArcTo() | Creates an instance of the ArcTo class. |
Properties
Name | Description |
---|---|
A { get; set; } | The distance from the arc’s midpoint to the midpoint of its chord. |
override Del { get; set; } | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. |
override IX { get; set; } | The zero-based index of the element within its parent element. |
X { get; set; } | The x-coordinate of the ending vertex of an arc. |
Y { get; set; } | The y-coordinate of the ending vertex of an arc. |
Methods
Name | Description |
---|---|
Clone() | Creates deep copy of this instance. |
See Also
- class Coordinate
- namespace Aspose.Diagram
- assembly Aspose.Diagram