Aracılığıyla paylaş


IUITechnologyElement.GetBoundingRectangle Yöntem

Bu öğe kapsayan Dörtgen koordinatları verir.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITest.Extension
Derleme:  Microsoft.VisualStudio.TestTools.UITest.Extension (Microsoft.VisualStudio.TestTools.UITest.Extension.dll içinde)

Sözdizimi

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

Parametreler

  • left
    Tür: System.Int32%
    (Çıkış) Dikdörtgen göreli x-koordinatı.
  • top
    Tür: System.Int32%
    (Çıkış) Dikdörtgen göreli y-koordinatı.
  • width
    Tür: System.Int32%
    (Çıkış) Dikdörtgenin genişliği.
  • height
    Tür: System.Int32%
    (Çıkış) Dikdörtgeni yükseklik.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IUITechnologyElement Arabirim

Microsoft.VisualStudio.TestTools.UITest.Extension Ad Alanı