Create a new line markup.

Namespace: TallComponents.PDF.Annotations.Markups
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public Line(
	double startX,
	double startY,
	double endX,
	double endY
)
Visual Basic
Public Sub New ( _
	startX As Double, _
	startY As Double, _
	endX As Double, _
	endY As Double _
)

Parameters

startX
Type: System..::..Double
the x coordinate of the line start
startY
Type: System..::..Double
the y coordinate of the line start
endX
Type: System..::..Double
the x coordinate of the line end
endY
Type: System..::..Double
the y coordinate of the line end

Remarks

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

See Also