System::Drawing::Graphics::IntersectClip méthode

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

Met à jour la région de rognage de cet objet à l’intersection du rognage actuel et du rognage spécifié.

void System::Drawing::Graphics::IntersectClip(const System::SharedPtr<Region> &region)
ParamètreTypeDescription
régionconst System::SharedPtr<Region>&La région à intersecter

Voir aussi

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

Met à jour la région de rognage de cet objet à l’intersection du rognage actuel et du rognage spécifié.

void System::Drawing::Graphics::IntersectClip(System::Drawing::Rectangle rect)
ParamètreTypeDescription
rectSystem::Drawing::RectangleLe rectangle à intersecter

Voir aussi

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

Met à jour la région de rognage de cet objet à l’intersection du rognage actuel et du rognage spécifié.

void System::Drawing::Graphics::IntersectClip(System::Drawing::RectangleF rect)
ParamètreTypeDescription
rectSystem::Drawing::RectangleFLe rectangle à intersecter

Voir aussi