Share via


Rectangle.Inflate Method

Inflates this System.Drawing.Rectangle by the specified amount.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Input
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

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

Parameters

  • width
    Type: Int32
  • height
    Type: Int32

.NET Framework Security

See Also

Reference

Rectangle Structure

Microsoft.VisualStudio.TestTools.UITest.Input Namespace