ComponentOne Bitmap for WPF
Union Method (RectF)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > RectF Structure : Union Method
Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
Syntax
'Declaration
 
Public Shared Function Union( _
   ByVal a As RectF, _
   ByVal b As RectF _
) As RectF
public static RectF Union( 
   RectF a,
   RectF b
)

Parameters

a
b
See Also

Reference

RectF Structure
RectF Members