Ribbon for WinForms
IntersectsWith メソッド (Rect)

C1.Win.8 アセンブリ > C1.Win.Interop 名前空間 > Rect 構造体 : IntersectsWith メソッド
The Rect to test.
Tests whether the current Rect intersects with another.
シンタックス
'宣言
 
Public Function IntersectsWith( _
   ByVal rc As Rect _
) As Boolean
public bool IntersectsWith( 
   Rect rc
)

パラメータ

rc
The Rect to test.

戻り値の型

true if the current Rect intersects with rc, false otherwise.
参照

Rect 構造体
Rect メンバ