Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Shapes
BezierShapeModel Class
A cubic bezier shape. It has a start and an end point and two respective
control points.
csharp
public class BezierShapeModel : TallComponents.UnoPdf.Client.Models.Pdf.Shapes.PathShapeModel
Inheritance System.Object 🡒 ShapeModel 🡒 ContentShapeModel 🡒 PathShapeModel 🡒 BezierShapeModel
Properties | |
---|---|
X1 | Horizontal position of the start control point. |
X2 | Horizontal position of the end control point. |
X3 | Horizontal position of the end point. |
Y0 | Vertical position of the start point. |
Y1 | Vertical position of the start control point. |
Y2 | Vertical position of the end control point. |
Y3 | Vertical position of the end point. |