Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Shapes
EllipseShapeModel Class
csharp
public class EllipseShapeModel : TallComponents.UnoPdf.Client.Models.Pdf.Shapes.PathShapeModel
Inheritance System.Object 🡒 ShapeModel 🡒 ContentShapeModel 🡒 PathShapeModel 🡒 EllipseShapeModel
Properties | |
---|---|
CenterX | X-position of the center of the ellipse. |
CenterY | Y-position of the center of the ellipse. |
RadiusX | Horizontal radius in points. |
RadiusY | Vertical radius in points. |