Aspose::Pdf::Rectangle::Contains method
Rectangle::Contains method
Determinces whether given point is inside of the rectangle.
bool Aspose::Pdf::Rectangle::Contains(const System::SharedPtr<Point> &point, bool inclusive=false)
| Parameter | Type | Description |
|---|---|---|
| point | const System::SharedPtr<Point>& | Point to check. |
| inclusive | bool | inclusive: point may be on edge |
ReturnValue
True if point is inside of the rectangle.
See Also
- Typedef SharedPtr
- Class Point
- Class Rectangle
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++