Udostępnij za pośrednictwem


Metoda IUITechnologyElement.GetBoundingRectangle —

Zwraca współrzędne prostokąt, który ujmuje ten element.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Składnia

'Deklaracja
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
)

Parametry

  • left
    Typ: Int32%

    (Wyjście) Względne współrzędną x prostokąta.

  • top
    Typ: Int32%

    (Wyjście) Względne współrzędną y prostokąta.

  • width
    Typ: Int32%

    (Wyjście) Szerokość prostokąta.

  • height
    Typ: Int32%

    (Wyjście) Wysokość prostokąta.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IUITechnologyElement Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension