System::Drawing::Graphics::IntersectClip طريقة

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

يقوم بتحديث منطقة القص لهذا الكائن إلى تقاطع القص الحالي والقص المحدد.

void System::Drawing::Graphics::IntersectClip(const System::SharedPtr<Region> &region)
ParameterTypeالوصف
منطقةconst System::SharedPtr<Region>&المنطقة التي سيتم التقاطع معها

انظر أيضًا

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

يقوم بتحديث منطقة القص لهذا الكائن إلى تقاطع القص الحالي والقص المحدد.

void System::Drawing::Graphics::IntersectClip(System::Drawing::Rectangle rect)
ParameterTypeالوصف
rectSystem::Drawing::Rectangleالمستطيل الذي سيتم التقاطع معه

انظر أيضًا

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

يقوم بتحديث منطقة القص لهذا الكائن إلى تقاطع القص الحالي والقص المحدد.

void System::Drawing::Graphics::IntersectClip(System::Drawing::RectangleF rect)
ParameterTypeالوصف
rectSystem::Drawing::RectangleFالمستطيل الذي سيتم التقاطع معه

انظر أيضًا