Ribbon for WinForms
Intersect(Rect,Rect) メソッド

C1.Win.8 アセンブリ > C1.Win.Interop 名前空間 > Rect 構造体 > Intersect メソッド : Intersect(Rect,Rect) メソッド
The first Rect to intersect.
The second Rect to intersect.
Creates a new Rect structure representing the intersection of two RectangleD structures. (The intersection may be empty, in which case Rect.Empty is returned.)
シンタックス
'宣言
 
Public Overloads Shared Function Intersect( _
   ByVal a As Rect, _
   ByVal b As Rect _
) As Rect
public static Rect Intersect( 
   Rect a,
   Rect b
)

パラメータ

a
The first Rect to intersect.
b
The second Rect to intersect.

戻り値の型

The newly created Rect structure.
参照

Rect 構造体
Rect メンバ
オーバーロード一覧