Constructor Line

Namespace TallComponents.PDF.Annotations.Markups
Class Line

Create a new line markup.

Syntax

public  Line( Double  startX Double  startY Double  endX Double  endY )

Parameters


Double startX
the x coordinate of the line start

Double startY
the y coordinate of the line start

Double endX
the x coordinate of the line end

Double endY
the y coordinate of the line end

The bounding rectangle of this annotation is automatically adjusted so that the appearance of the specified line fits.