Aspose::Pdf::Drawing::Ellipse::CheckBounds method

Ellipse::CheckBounds method

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

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

ReturnValue

True if fits; otherwise, false.

See Also