C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / RectF Structure / Union Method

In This Topic
Union Method (RectF)
In This Topic
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 RectF, _
   ByVal b As RectF _
) As RectF
 

Parameters

a
b
See Also