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المستطيل الذي سيتم تقاطعه

انظر أيضًا