طريقة System::Drawing::Rectangle::IntersectsWith
Rectangle::IntersectsWith method
يحدد ما إذا كانت المستطيلات الممثلة بواسطة الكائن الحالي والكائن المحدد تتقاطع.
bool System::Drawing::Rectangle::IntersectsWith(const Rectangle &rect)
| Parameter | Type | الوصف |
|---|---|---|
| rect | const Rectangle& | المستطيل للتحقق منه |
ReturnValue
صحيح إذا كانت المستطيلات الممثلة بواسطة الكائن الحالي و rect تتقاطع، وإلا - خطأ
انظر أيضًا
- Class Rectangle
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Page for C++