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