ComponentOne Bitmap for UWP
Union Method (RectL)

C1.UWP.DX Assembly > C1.Util.DX Namespace > RectL 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 RectL, _
   ByVal b As RectL _
) As RectL
public static RectL Union( 
   RectL a,
   RectL b
)

Parameters

a
b
See Also

Reference

RectL Structure
RectL Members