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