System::Drawing::Graphics::IntersectClip طريقة
محتويات
[
يخفي
]Graphics::IntersectClip(const System::SharedPtr<Region>&) method
يحدّث منطقة القص لهذا الكائن إلى تقاطع القص الحالي والقص المحدد.
void System::Drawing::Graphics::IntersectClip(const System::SharedPtr<Region> ®ion)
| معامل | نوع | الوصف |
|---|---|---|
| منطقة | const System::SharedPtr<Region>& | المنطقة التي سيتم تقاطعها |
انظر أيضًا
- Typedef SharedPtr
- Class Region
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IntersectClip(System::Drawing::Rectangle) method
يحدّث منطقة القص لهذا الكائن إلى تقاطع القص الحالي والقص المحدد.
void System::Drawing::Graphics::IntersectClip(System::Drawing::Rectangle rect)
| معامل | نوع | الوصف |
|---|---|---|
| rect | System::Drawing::Rectangle | المستطيل الذي سيتم تقاطعه |
انظر أيضًا
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IntersectClip(System::Drawing::RectangleF) method
يحدّث منطقة القص لهذا الكائن إلى تقاطع القص الحالي والقص المحدد.
void System::Drawing::Graphics::IntersectClip(System::Drawing::RectangleF rect)
| معامل | نوع | الوصف |
|---|---|---|
| rect | System::Drawing::RectangleF | المستطيل الذي سيتم تقاطعه |
انظر أيضًا
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++