UIElementAutomationPeer::GetBoundingRectangleCore Method ()
.NET Framework (current version)
Gets the Rect that represents the bounding rectangle of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetBoundingRectangle.
Assembly: PresentationCore (in PresentationCore.dll)
protected: [SecurityCriticalAttribute] [SecurityTreatAsSafeAttribute] virtual Rect GetBoundingRectangleCore() override
Return Value
Type: System.Windows::RectThe Rect that contains the coordinates of the element. Optionally, if the element is not both a HwndSource and a PresentationSource, this method returns Empty.
.NET Framework
Available since 3.0
Available since 3.0
Show: