Brings the into view the specified rectangle area.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public void BringIntoView(
	Rect area,
	bool changeZoomIfNecessary = true,
	Action completed = null
)
Visual Basic
Public Sub BringIntoView ( _
	area As Rect, _
	Optional changeZoomIfNecessary As Boolean = True, _
	Optional completed As Action = Nothing _
)

Parameters

area
Type: System.Windows..::..Rect
The area which will be brought into view.
changeZoomIfNecessary (Optional)
Type: System..::..Boolean
If true, the zoom will be changed so that the whole area is visible.
completed (Optional)
Type: System..::..Action
The action to be called after the operation is completed.

See Also