Scroll the given rectangle into view.

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

Syntax

C#
void EnsureVisible(
	Rectangle rect
)
Visual Basic
Sub EnsureVisible ( _
	rect As Rectangle _
)

Parameters

rect
Type: TallComponents.Interaction..::..Rectangle
The rectangle, in document coordinates.

See Also