PrintDocument for WinForms
Union メソッド (RectangleD)


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

RectangleD 構造体
RectangleD メンバ