Skip to content

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