Brings the into view the specified rectangle area.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
public void BringIntoView( Rect area, Action completed ) |
Visual Basic |
---|
Public Sub BringIntoView ( _ area As Rect, _ completed As Action _ ) |
Parameters
- area
- Type: System.Windows..::..Rect
The area which will be brought into view.
- completed
- Type: System..::..Action
The action to be called after the operation is completed.