Aspose::Pdf::Drawing::Circle::CheckBounds method

Circle::CheckBounds method

Checks if the item fits within the given container dimensions (inclusive).

bool Aspose::Pdf::Drawing::Circle::CheckBounds(double containerWidth, double containerHeight) override
ParameterTypeDescription
containerWidthdoubleWidth of the container.
containerHeightdoubleHeight of the container.

ReturnValue

True if fits; otherwise, false.

See Also