Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes

LineShapeModel Class

A straight line. It has a start and an end point.

csharp
public class LineShapeModel : TallComponents.UnoPdf.Client.Models.Pdf.Shapes.PathShapeModel

Inheritance System.Object 🡒 ShapeModel 🡒 ContentShapeModel 🡒 PathShapeModel 🡒 LineShapeModel

Properties
EndXHorizontal position of end point.
EndYVertical position of end point.
StartXHorizontal position of start point.
StartYVertical position of start point.