ComponentOne Bitmap for WPF
UnionRef Method (RectD)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > RectD 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 RectD, _
   ByRef a As RectD, _
   ByRef b As RectD _
) 
public static void UnionRef( 
   out RectD result,
   ref RectD a,
   ref RectD b
)

Parameters

result
a
b
See Also

Reference

RectD Structure
RectD Members