Union
Union(RectangleF)
Met à jour ceciRegion à l’union de lui-même et du spécifiéRectangleF structure.
public void Union(RectangleF rect)
| Paramètre | Taper | La description |
|---|
| rect | RectangleF | LaRectangleF structure pour s’unir à cetteRegion. |
Voir également
Union(Rectangle)
Met à jour ceciRegion à l’union de lui-même et du spécifiéRectangle structure.
public void Union(Rectangle rect)
| Paramètre | Taper | La description |
|---|
| rect | Rectangle | LaRectangle structure pour s’unir à cetteRegion. |
Voir également
Union(GraphicsPath)
Met à jour ceciRegion à l’union de lui-même et du spécifiéGraphicsPath .
public void Union(GraphicsPath path)
Exceptions
| exception | condition |
|---|
| ArgumentNullException | path est nul. |
Voir également
Union(Region)
Met à jour ceciRegion à l’union de lui-même et du spécifiéRegion .
public void Union(Region region)
| Paramètre | Taper | La description |
|---|
| region | Region | LaRegion s’unir à celaRegion. |
Exceptions
| exception | condition |
|---|
| ArgumentNullException | region est nul. |
Voir également