Replaces the current
Rect structure with the intersection of itself and another
Rect.
シンタックス
'宣言
Public Overloads Sub Intersect( _
ByVal As Rect _
)
'使用法
Dim instance As Rect
Dim rect As Rect
instance.Intersect(rect)
public void Intersect(
Rect
)
パラメータ
- rect
- The Rect to intersect the current one with.
参照