Union()
Contents
[
Hide
]Region::Union(const RectangleF&) method
Replaces the region represented by the current object with the result of union operation of this region and a region defined by the specified rectangle.
void System::Drawing::Region::Union(const RectangleF &rect)
Arguments
Parameter | Type | Description |
---|---|---|
rect | const RectangleF& | A rectangle that defines a region to unite this region with |
Region::Union(const Rectangle&) method
Replaces the region represented by the current object with the result of union of this region and a region defined by the specified rectangle.
void System::Drawing::Region::Union(const Rectangle &rect)
Arguments
Parameter | Type | Description |
---|---|---|
rect | const Rectangle& | A rectangle that defines a region to unite this region with |
Region::Union(const SharedPtr<Drawing2D::GraphicsPath>&) method
Replaces the region represented by the current object with the result of union of this region and a region defined by the specified path.
void System::Drawing::Region::Union(const SharedPtr<Drawing2D::GraphicsPath> &path)
Arguments
Parameter | Type | Description |
---|---|---|
path | const SharedPtr<Drawing2D::GraphicsPath>& | A path that defines a region to unite this region with |
Region::Union(const SharedPtr<Region>&) method
Replaces the region represented by the current object with the result of union of this region and and the specified region.
void System::Drawing::Region::Union(const SharedPtr<Region> ®ion)
Arguments
Parameter | Type | Description |
---|---|---|
region | const SharedPtr<Region>& | A region to unite this region with |
See Also
- Typedef SharedPtr
- Class RectangleF
- Class Region
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing
- Library Aspose.Slides