FlexReport for WinForms
Union メソッド (Rect)


C1.Document.4.6.2 アセンブリ > C1.Interop 名前空間 > Rect 構造体 : Union メソッド
The first Rect to combine.
The second Rect to combine.
Creates a new Rect structure representing the smallest possible rectangle containing the two specified rectangles.
シンタックス
'宣言
 
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
)

パラメータ

a
The first Rect to combine.
b
The second Rect to combine.

戻り値の型

The newly created Rect structure.
参照

参照

Rect 構造体
Rect メンバ