Creates a new
Rect structure representing the intersection of two
RectangleD structures. (The intersection may be empty, in which case
Empty is returned.)
シンタックス
'宣言
Public Overloads Shared Function Intersect( _
ByVal As Rect, _
ByVal 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 ,
Rect
)
パラメータ
- a
- The first Rect to intersect.
- b
- The second Rect to intersect.
戻り値の型
The newly created
Rect structure.
参照