ActiveReports 13
Union Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Rect Structure : Union Method
A rectangle to union.
A rectangle to union.
Creates a Rect structure that contains the union of two Rect structures.
Syntax
'Declaration
 
Public Shared Function Union( _
   ByVal a As Rect, _
   ByVal b As Rect _
) As Rect
public static Rect Union( 
   Rect a,
   Rect b
)

Parameters

a
A rectangle to union.
b
A rectangle to union.

Return Value

A rectangle that bounds the union of the two rectangles.
See Also

Reference

Rect Structure
Rect Members