1using System.Threading.Tasks;
17 : base(Document, Parent)
24 public override string LocalName =>
"EllipseArcToRel";
47 return Task.CompletedTask;
61 Path.ArcTo(this.
rX, this.
rY, 0, SKPathArcSize.Small,
62 this.clockDir ? SKPathDirection.Clockwise : SKPathDirection.CounterClockwise,
66 return Task.CompletedTask;
Contains a 2D layout document.
bool defined
If element is well-defined.
float yCoordinate
Measured Y-coordinate
float xCoordinate
Measured X-coordinate
Base interface for all layout elements.