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 As RectF, _
ByRef As RectF, _
ByRef As RectF _
)
public static void UnionRef(
out RectF ,
ref RectF ,
ref RectF
)
Parameters
- result
- a
- b
See Also