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교차할 사각형

또 보기