MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing Namespace / Region Class / Union Method
The GraphicsPath to unite with this Region.

In This Topic
Union Method (Region)
In This Topic
Updates this Region to the union of itself and the specified GraphicsPath.
Syntax
'Declaration
 
Public Sub Union( _
   ByVal path As GraphicsPath _
) 
 

Parameters

path
The GraphicsPath to unite with this Region.
See Also