IntersectClip()

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)

Arguments

ParameterTypeDescription
regionconst System::SharedPtr<Region>&The region to intersect with

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)

Arguments

ParameterTypeDescription
rectSystem::Drawing::RectangleFThe rectangle to intersect with

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)

Arguments

ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle to intersect with

See Also