System::Drawing::Region::Intersect 方法
内容
[
隐藏
]Region::Intersect(const Rectangle&) method
用此区域与指定矩形定义的区域的交集结果,替换当前对象所表示的区域。
void System::Drawing::Region::Intersect(const Rectangle &rect)
| 参数 | 类型 | 描述 |
|---|---|---|
| rect | const Rectangle& | 定义用于与此区域相交的区域的矩形 |
另见
- Class Rectangle
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::Intersect(const RectangleF&) method
用此区域与指定矩形定义的区域的交集结果,替换当前对象所表示的区域。
void System::Drawing::Region::Intersect(const RectangleF &rect)
| 参数 | 类型 | 描述 |
|---|---|---|
| rect | const RectangleF& | 定义用于与此区域相交的区域的矩形 |
另见
- Class RectangleF
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::Intersect(const SharedPtr<Drawing2D::GraphicsPath>&) method
用此区域与由指定路径定义的区域的交集结果替换当前对象表示的区域。
void System::Drawing::Region::Intersect(const SharedPtr<Drawing2D::GraphicsPath> &path)
| 参数 | 类型 | 描述 |
|---|---|---|
| 路径 | const SharedPtr<Drawing2D::GraphicsPath>& | 定义用于与此区域相交的区域的路径 |
另见
- Typedef SharedPtr
- Class GraphicsPath
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::Intersect(const SharedPtr<Region>&) method
用此区域与指定区域的交集结果替换当前对象表示的区域。
void System::Drawing::Region::Intersect(const SharedPtr<Region> ®ion)
| 参数 | 类型 | 描述 |
|---|---|---|
| 区域 | const SharedPtr<Region>& | 用于与此区域相交的区域 |
另见
- Typedef SharedPtr
- Class Region
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++