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