GrapeCity ActiveReports for .NET 16.0J
Intersect(Rect,Rect) メソッド

GrapeCity.Viewer.Common 名前空間 > Rect 構造体 > Intersect メソッド : Intersect(Rect,Rect) メソッド
交差する長方形。
交差する長方形。
他の2つのRectの交差を表す3番目のRect構造体を返します。交差点がない場合は、空のRectが返されます。
シンタックス
'宣言
 
Public Overloads Shared Function Intersect( _
   ByVal a As Rect, _
   ByVal b As Rect _
) As Rect
public static Rect Intersect( 
   Rect a,
   Rect b
)

パラメータ

a
交差する長方形。
b
交差する長方形。

戻り値の型

長方形。
参照

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