Appearance
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 | |
---|---|
EndX | Horizontal position of end point. |
EndY | Vertical position of end point. |
StartX | Horizontal position of start point. |
StartY | Vertical position of start point. |