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)
ParameterTypeDescription
otherconst System::SharedPtr<Rectangle>&Rectangle which will be compared.
deltadoubleValue of comparation tollerance.

ReturnValue

True if rectangles are eqals, false otherwise.

See Also