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


C1.Document.4.6.2 アセンブリ > C1.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
'使用法
 
Dim a As Rect
Dim b As Rect
Dim value As Rect
 
value = Rect.Intersect(a, b)
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 メンバ
オーバーロード一覧