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