共用方式為


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 安全性

請參閱

參考

Rectangle 結構

Microsoft.VisualStudio.TestTools.UITest.Input 命名空間