'宣言 Public Shared Function Union( _ ByVal a As Rect, _ ByVal b As Rect _ ) As Rect
'使用法 Dim a As Rect Dim b As Rect Dim value As Rect value = Rect.Union(a, b)
public static Rect Union( Rect a, Rect b )
Rect 構造体 Rect メンバ