C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / RectL Structure / UnionRef Method

In This Topic
UnionRef Method (RectL)
In This Topic
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 _
) 
 

Parameters

result
a
b
See Also