Scroll the given rectangle into view.

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

Syntax

C#
public void EnsureVisible(
	Rectangle rectangle
)
Visual Basic
Public Sub EnsureVisible ( _
	rectangle As Rectangle _
)

Parameters

rectangle
Type: TallComponents.Interaction..::..Rectangle
Scroll this rectangle (in document space) into view.

Implements

IViewer..::..EnsureVisible(Rectangle)

See Also