FlexReport for WinForms
IntersectsWith メソッド (Rect)


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

パラメータ

rc
The Rect to test.

戻り値の型

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

参照

Rect 構造体
Rect メンバ