ComponentOne Bitmap for WPF
UnionRef Method (RectF)

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

Parameters

result
a
b
See Also

Reference

RectF Structure
RectF Members