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要进行交集的矩形

另见