Aspose::Pdf::Drawing::Arc::CheckBounds method

Arc::CheckBounds method

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

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

ReturnValue

True if fits; otherwise, false.

See Also