Basic Library for UWP/WinRT XAML
IntersectsWith メソッド

テストする四角形。
テストするもう1つの四角形。
この四角形が rect と重なるかどうかを判定します。
構文
'宣言
 
Public Shared Function IntersectsWith( _
   ByVal r As Windows.Foundation.Rect, _
   ByVal rect As Windows.Foundation.Rect _
) As System.Boolean
public static System.bool IntersectsWith( 
   Windows.Foundation.Rect r,
   Windows.Foundation.Rect rect
)

パラメータ

r
テストする四角形。
rect
テストするもう1つの四角形。

戻り値の型

共通部分がある場合は true を返し、そうでない場合は false を返します。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

Extensions クラス
Extensions メンバ

Send Feedback