Partager via


IUITechnologyElement.GetBoundingRectangle, méthode

Retourne les coordonnées du rectangle qui englobe cet élément.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Déclaration
Sub GetBoundingRectangle ( _
    <OutAttribute> ByRef left As Integer, _
    <OutAttribute> ByRef top As Integer, _
    <OutAttribute> ByRef width As Integer, _
    <OutAttribute> ByRef height As Integer _
)
void GetBoundingRectangle(
    out int left,
    out int top,
    out int width,
    out int height
)
void GetBoundingRectangle(
    [OutAttribute] int% left, 
    [OutAttribute] int% top, 
    [OutAttribute] int% width, 
    [OutAttribute] int% height
)
abstract GetBoundingRectangle : 
        left:int byref * 
        top:int byref * 
        width:int byref * 
        height:int byref -> unit 
function GetBoundingRectangle(
    left : int, 
    top : int, 
    width : int, 
    height : int
)

Paramètres

  • left
    Type : System.Int32%
    (Sortie) Coordonnée x relative du rectangle.
  • top
    Type : System.Int32%
    (Sortie) Coordonnée y relative du rectangle.
  • width
    Type : System.Int32%
    (Sortie) Largeur du rectangle.
  • height
    Type : System.Int32%
    (Sortie) Hauteur du rectangle.

Sécurité .NET Framework

Voir aussi

Référence

IUITechnologyElement Interface

Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms