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)
ParameterTypeDescription
pointconst System::SharedPtr<Point>&Point to check.
inclusiveboolinclusive: point may be on edge

ReturnValue

True if point is inside of the rectangle.

See Also