Set this region to the union of itself and a supplied graphics path.
Syntax

[C#]

void Union(GraphicsPath path);
void Union(RectangleF rect);
void Union(Region region);

[Visual Basic]

Sub Union(path As GraphicsPath)
Sub Union(rect As RectangleF)
Sub Union(region As Region)
Params
Name Description
path The graphics path.
rect The rectangle.
region The region.
Notes

None.

Example

None.