PrintDocument for WinForms
IntersectsWith(RectangleD) メソッド


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

パラメータ

rc
The RectangleD to test.

戻り値の型

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

RectangleD 構造体
RectangleD メンバ