Aspose::Pdf::Rectangle::Contains method

Rectangle::Contains method

Determinces whether given point is inside of the rectangle.

bool Aspose::Pdf::Rectangle::Contains(System::SharedPtr<Point> point, bool inclusive=false)
ParameterTypeDescription
pointSystem::SharedPtr<Point>Point to check.
inclusiveboolinclusive: point may be on edge

ReturnValue

True if point is inside of the rectangle.

See Also