ComponentOne Bitmap for UWP
Union Method (ImageRect)

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

Parameters

a
b
See Also

Reference

ImageRect Structure
ImageRect Members