Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.