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
Parameter | Type | Description |
---|---|---|
containerWidth | double | Width of the container. |
containerHeight | double | Height of the container. |
ReturnValue
True if fits; otherwise, false.
See Also
- Class Ellipse
- Namespace Aspose::Pdf::Drawing
- Library Aspose.PDF for C++