'宣言 Public Overloads Sub Intersect( _ ByVal rect As RectangleD _ )
'使用法 Dim instance As RectangleD Dim rect As RectangleD instance.Intersect(rect)
public void Intersect( RectangleD rect )
パラメータ
- rect
- The RectangleD to intersect the current one with.
'宣言 Public Overloads Sub Intersect( _ ByVal rect As RectangleD _ )
'使用法 Dim instance As RectangleD Dim rect As RectangleD instance.Intersect(rect)
public void Intersect( RectangleD rect )