共用方式為


Rectangle.Contains 方法 (Int32, Int32)

判斷 specfied 點是否在這個執行個體所定義之矩形區域中。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Input
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

語法

'宣告
Public Function Contains ( _
    x As Integer, _
    y As Integer _
) As Boolean
public bool Contains(
    int x,
    int y
)
public:
bool Contains(
    int x, 
    int y
)
member Contains : 
        x:int * 
        y:int -> bool
public function Contains(
    x : int, 
    y : int
) : boolean

參數

  • x
    類型:Int32
  • y
    類型:Int32

傳回值

類型:Boolean

.NET Framework 安全性

請參閱

參考

Rectangle 結構

Contains 多載

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