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 As Rect, _
ByVal As Rect _
) As Rect
public static Rect Intersect(
Rect ,
Rect
)
パラメータ
- a
- The first Rect to intersect.
- b
- The second Rect to intersect.
戻り値の型
The newly created
Rect structure.
参照