Appearance
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 | |
---|---|
CenterX | X-position of the center of the arc. |
CenterY | Y-position of the center of the arc. |
EndX | Calculated horizontal position of the end point. |
EndY | Calculated vertical position of the end point. |
RadiusX | Horizontal radius. |
RadiusY | Vertical radius. |
Start | Start angle (0 corresponds to 3 o-clock). |
StartX | Calculated horizontal position of the start point. |
StartY | Calculated vertical position of the start point. |
Sweep | Sweep angle, counter-clockwise. |