'宣言 Public Overloads Shared Function Intersect( _ ByVal a As RectangleD, _ ByVal b As RectangleD _ ) As RectangleD
'使用法 Dim a As RectangleD Dim b As RectangleD Dim value As RectangleD value = RectangleD.Intersect(a, b)
public static RectangleD Intersect( RectangleD a, RectangleD b )
パラメータ
- a
 - The first RectangleD to intersect.
 - b
 - The second RectangleD to intersect.
 
戻り値の型
The newly created RectangleD structure.