Union
Contenu
[
Cacher
]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. |
Remarques
L’union laisse la région infinie comme infinie.
Voir également
- struct RectangleF
- class Region
- espace de noms System.Drawing
- Assemblée Aspose.Drawing
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. |
Remarques
L’union laisse la région infinie comme infinie.
Voir également
- struct Rectangle
- class Region
- espace de noms System.Drawing
- Assemblée Aspose.Drawing
Union(GraphicsPath)
Met à jour ceciRegion à l’union de lui-même et du spécifiéGraphicsPath .
public void Union(GraphicsPath path)
Paramètre | Taper | La description |
---|---|---|
path | GraphicsPath | LaGraphicsPath s’unir à celaRegion. |
Remarques
L’union laisse la région infinie comme infinie.
Voir également
- class GraphicsPath
- class Region
- espace de noms System.Drawing
- Assemblée Aspose.Drawing
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. |
Remarques
L’union laisse la région infinie comme infinie.
Voir également
- class Region
- espace de noms System.Drawing
- Assemblée Aspose.Drawing