DocumentViewer.OnBringIntoView(DependencyObject, Rect, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répond à la méthode OnBringIntoView(DependencyObject, Rect, Int32) de l'implémentation DocumentViewerBase.
protected:
override void OnBringIntoView(System::Windows::DependencyObject ^ element, System::Windows::Rect rect, int pageNumber);
protected override void OnBringIntoView (System.Windows.DependencyObject element, System.Windows.Rect rect, int pageNumber);
override this.OnBringIntoView : System.Windows.DependencyObject * System.Windows.Rect * int -> unit
Protected Overrides Sub OnBringIntoView (element As DependencyObject, rect As Rect, pageNumber As Integer)
Paramètres
- element
- DependencyObject
Objet à rendre visible.
- rect
- Rect
Zone rectangulaire de l'element
à rendre visible.
- pageNumber
- Int32
Numéro de la page à afficher.
Remarques
L’implémentation de base déplace la page maître vers la page sur laquelle l’élément se produit.