System::Drawing::Graphics::IntersectClip 方法
Graphics::IntersectClip(const System::SharedPtr<Region>&) method
将此对象的裁剪区域更新为当前裁剪区域与指定裁剪区域的交集。
void System::Drawing::Graphics::IntersectClip(const System::SharedPtr<Region> ®ion)
| 参数 | 类型 | 描述 |
|---|---|---|
| 区域 | const System::SharedPtr<Region>& | 要进行交集的区域 |
另见
- Typedef SharedPtr
- Class Region
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IntersectClip(System::Drawing::Rectangle) method
将此对象的裁剪区域更新为当前裁剪区域与指定裁剪区域的交集。
void System::Drawing::Graphics::IntersectClip(System::Drawing::Rectangle rect)
| 参数 | 类型 | 描述 |
|---|---|---|
| rect | System::Drawing::Rectangle | 要进行交集的矩形 |
另见
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IntersectClip(System::Drawing::RectangleF) method
将此对象的裁剪区域更新为当前裁剪区域与指定裁剪区域的交集。
void System::Drawing::Graphics::IntersectClip(System::Drawing::RectangleF rect)
| 参数 | 类型 | 描述 |
|---|---|---|
| rect | System::Drawing::RectangleF | 要进行交集的矩形 |
另见
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++