Creates an interactor for Square 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 SquareInteractor(
	Square square
)
Visual Basic
Public Sub New ( _
	square As Square _
)

Parameters

square
Type: TallComponents.PDF.Annotations.Markups..::..Square
The square definition.

See Also