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.Page 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.Page 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.Page for C++