Compartir a través de


IUITechnologyElement.GetBoundingRectangle (Método)

Devuelve las coordenadas del rectángulo que circunda este elemento.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension (en Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • left
    Tipo: Int32%

    (Salida) Coordenada x relativa del rectángulo.

  • top
    Tipo: Int32%

    (Salida) Coordenada y relativa del rectángulo.

  • width
    Tipo: Int32%

    (Salida) Ancho del rectángulo.

  • height
    Tipo: Int32%

    (Salida) Alto del rectángulo.

Seguridad de .NET Framework

Vea también

Referencia

IUITechnologyElement Interfaz

Microsoft.VisualStudio.TestTools.UITest.Extension (Espacio de nombres)