StackPanel.MakeVisible(Visual, Rect) Metoda

Definicja

Przewija się do określonych współrzędnych i sprawia, że ta część jest widoczna 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

Parametry

visual
Visual

Element Visual , który staje się widoczny.

rectangle
Rect

Obiekt Rect reprezentujący współrzędną przestrzeń w wizualizacji.

Zwraca

W Rect przestrzeni współrzędnej, która jest widoczna.

Implementuje

Dotyczy