VirtualizingStackPanel.MakeVisible(Visual, Rect) Método

Definição

Rola para as coordenadas especificadas e torna visível essa parte de um Visual.

public:
 virtual System::Windows::Rect MakeVisible(System::Windows::Media::Visual ^ visual, System::Windows::Rect rectangle);
public System.Windows.Rect MakeVisible (System.Windows.Media.Visual visual, System.Windows.Rect rectangle);
abstract member MakeVisible : System.Windows.Media.Visual * System.Windows.Rect -> System.Windows.Rect
override this.MakeVisible : System.Windows.Media.Visual * System.Windows.Rect -> System.Windows.Rect
Public Function MakeVisible (visual As Visual, rectangle As Rect) As Rect

Parâmetros

visual
Visual

O Visual que se torna visível.

rectangle
Rect

Um Rect que representa o espaço de coordenadas em um Visual.

Retornos

Rect

Um Rect visível.

Implementações

Aplica-se a