Aspose::Pdf::Rectangle::NearEquals method
Rectangle::NearEquals method
Check if rectangles are near equal i.e. have near same (up to delta) position and sizes.
bool Aspose::Pdf::Rectangle::NearEquals(const System::SharedPtr<Rectangle> &other, double delta)
| Parameter | Type | Description |
|---|---|---|
| other | const System::SharedPtr<Rectangle>& | Rectangle which will be compared. |
| delta | double | Value of comparation tollerance. |
ReturnValue
True if rectangles are eqals, false otherwise.
See Also
- Typedef SharedPtr
- Class Rectangle
- Class Rectangle
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++