In This Topic
Brings the into view the specified rectangle area.
Syntax
'Declaration
Public Sub BringIntoView( _
ByVal As Windows.Foundation.Rect, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Action _
)
public void BringIntoView(
Windows.Foundation.Rect ,
System.bool ,
System.Action
)
Parameters
- area
- The area which will be brought into view.
- changeZoomIfNecessary
- If true, the zoom will be changed so that the whole area is visible.
- completed
- The action to be called after the operation is completed.
See Also