Aspose::Pdf::Rectangle::ContainsPoint method

Rectangle::ContainsPoint method

Determines whether the given point is contained within the rectangle.

bool Aspose::Pdf::Rectangle::ContainsPoint(double x, double y)
ParameterTypeDescription
xdoubleX-coordinate of the point.
ydoubleY-coordinate of the point.

ReturnValue

true if the point is contained within the rectangle; otherwise, false.

See Also