Skip to content

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
X1Horizontal position of the start control point.
X2Horizontal position of the end control point.
X3Horizontal position of the end point.
Y0Vertical position of the start point.
Y1Vertical position of the start control point.
Y2Vertical position of the end control point.
Y3Vertical position of the end point.