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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.UITest.Input, espace de noms