Creates an interactor for Line markup,

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

Syntax

C#
public LineInteractor(
	Line line
)
Visual Basic
Public Sub New ( _
	line As Line _
)

Parameters

line
Type: TallComponents.PDF.Annotations.Markups..::..Line
The line definition.

See Also