Udostępnij za pośrednictwem


UIElement3DAutomationPeer.GetBoundingRectangleCore Metoda

Definicja

Zwraca wartość Rect reprezentującą prostokąt ograniczenia skojarzonego UIElement3D z tym UIElement3DAutomationPeerelementem . Ta metoda jest wywoływana przez GetBoundingRectangle()metodę .

protected:
 override System::Windows::Rect GetBoundingRectangleCore();
protected override System.Windows.Rect GetBoundingRectangleCore ();
override this.GetBoundingRectangleCore : unit -> System.Windows.Rect
Protected Overrides Function GetBoundingRectangleCore () As Rect

Zwraca

Rect

Element Rect , który zawiera współrzędne elementu.

Uwagi

Jeśli element nie jest zarówno elementem, jak HwndSource i , ta metoda zwraca wartość Rect.Empty.PresentationSource

Klasy dziedziczone zwykle UIElement3DAutomationPeer nie muszą zastępować klasy GetBoundingRectangleCore.

UIElement3DAutomationPeerjest wprowadzana w wersji .NET Framework 3.5. Aby uzyskać więcej informacji, zobacz Wersje i zależności.

Dotyczy