System::Drawing::Graphics::IntersectClip method

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

Updates the clip region of this object to the intersection of the current clip and the specified clip.

void System::Drawing::Graphics::IntersectClip(const System::SharedPtr<Region> &region)
ParameterTypeDescription
regionconst System::SharedPtr<Region>&The region to intersect with

See Also

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

Updates the clip region of this object to the intersection of the current clip and the specified clip.

void System::Drawing::Graphics::IntersectClip(System::Drawing::RectangleF rect)
ParameterTypeDescription
rectSystem::Drawing::RectangleFThe rectangle to intersect with

See Also

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

Updates the clip region of this object to the intersection of the current clip and the specified clip.

void System::Drawing::Graphics::IntersectClip(System::Drawing::Rectangle rect)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle to intersect with

See Also