Rectangle.Inflate 方法
根據指定的數量來擴大這個 System.Drawing.Rectangle。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Input
組件: Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
語法
'宣告
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
)
參數
- width
類型:Int32
- height
類型:Int32
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。