Aspose::Pdf::Rectangle::Intersect method
Rectangle::Intersect method
Intersects to rectangles.
System::SharedPtr<Rectangle> Aspose::Pdf::Rectangle::Intersect(const System::SharedPtr<Rectangle> &otherRect)
| Parameter | Type | Description |
|---|---|---|
| otherRect | const System::SharedPtr<Rectangle>& | Rectangle to which this recatangle be intersected. |
ReturnValue
Intersection of rectangles; null if rectangles are not intersected.
See Also
- Typedef SharedPtr
- Class Rectangle
- Class Rectangle
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++