Rectangle 建構函式
初始化 Rectangle 類別的新執行個體具有指定的位置和大小。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Input
組件: Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
語法
'宣告
Public Sub New ( _
x As Integer, _
y As Integer, _
width As Integer, _
height As Integer _
)
public Rectangle(
int x,
int y,
int width,
int height
)
public:
Rectangle(
int x,
int y,
int width,
int height
)
new :
x:int *
y:int *
width:int *
height:int -> Rectangle
public function Rectangle(
x : int,
y : int,
width : int,
height : int
)
參數
- x
類型:Int32
- y
類型:Int32
- width
類型:Int32
- height
類型:Int32
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。