Constructor LineShape

Namespace TallComponents.PDF.Shapes
Class LineShape

Creates a new LineShape with given start and end point and pen.

Syntax

public  LineShape( Double  startX Double  startY Double  endX Double  endY Pen  pen )

Parameters


Double startX
Horizontal position of start point.

Double startY
Vertical position of start point.

Double endX
Horizontal position of end point.

Double endY
Vertical position of end point.

Pen pen
Used to draw the line.