Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes

ArcShapeModel Class

An arc shape is a segment of an ellipse outline. It has a center, a horizontal
and vertical radius and it has a start and sweep angle.

csharp
public class ArcShapeModel : TallComponents.UnoPdf.Client.Models.Pdf.Shapes.ShapeModel

Inheritance System.Object 🡒 ShapeModel 🡒 ArcShapeModel

Properties
CenterXX-position of the center of the arc.
CenterYY-position of the center of the arc.
EndXCalculated horizontal position of the end point.
EndYCalculated vertical position of the end point.
RadiusXHorizontal radius.
RadiusYVertical radius.
StartStart angle (0 corresponds to 3 o-clock).
StartXCalculated horizontal position of the start point.
StartYCalculated vertical position of the start point.
SweepSweep angle, counter-clockwise.