System::Drawing::Graphics::IntersectClip メソッド

Graphics::IntersectClip(const System::SharedPtr<Region>&) method

このオブジェクトのクリップ領域を、現在のクリップと指定されたクリップの交差に更新します。

void System::Drawing::Graphics::IntersectClip(const System::SharedPtr<Region> &region)
パラメーター説明
領域const System::SharedPtr<Region>&交差させる領域

参照

Graphics::IntersectClip(System::Drawing::Rectangle) method

このオブジェクトのクリップ領域を、現在のクリップと指定されたクリップの交差に更新します。

void System::Drawing::Graphics::IntersectClip(System::Drawing::Rectangle rect)
パラメーター説明
rectSystem::Drawing::Rectangle交差させる矩形

参照

Graphics::IntersectClip(System::Drawing::RectangleF) method

このオブジェクトのクリップ領域を、現在のクリップと指定されたクリップの交差に更新します。

void System::Drawing::Graphics::IntersectClip(System::Drawing::RectangleF rect)
パラメーター説明
rectSystem::Drawing::RectangleF交差させる矩形

参照