ComponentOne Bitmap for UWP
UnionRef Method (RectL)

C1.UWP.DX Assembly > C1.Util.DX Namespace > RectL Structure : UnionRef Method
Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
Syntax
'Declaration
 
Public Shared Sub UnionRef( _
   ByRef result As RectL, _
   ByRef a As RectL, _
   ByRef b As RectL _
) 
public static void UnionRef( 
   out RectL result,
   ref RectL a,
   ref RectL b
)

Parameters

result
a
b
See Also

Reference

RectL Structure
RectL Members