Partager via


Rectangle.Inflate, méthode

Gonfle ce System.Drawing.Rectangle par la valeur spécifiée.

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

Syntaxe

'Déclaration
Public Sub Inflate ( _
    width As Integer, _
    height As Integer _
)
public void Inflate(
    int width,
    int height
)
public:
void Inflate(
    int width, 
    int height
)
member Inflate : 
        width:int * 
        height:int -> unit
public function Inflate(
    width : int, 
    height : int
)

Paramètres

  • width
    Type : Int32
  • height
    Type : Int32

Sécurité .NET Framework

Voir aussi

Référence

Rectangle Structure

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