Aspose::Pdf::IBoundsCheckableItem::CheckBounds method
IBoundsCheckableItem::CheckBounds method
Checks if the item fits within the given container dimensions (inclusive).
virtual bool Aspose::Pdf::IBoundsCheckableItem::CheckBounds(double containerWidth, double containerHeight)=0
Parameter | Type | Description |
---|---|---|
containerWidth | double | Width of the container. |
containerHeight | double | Height of the container. |
ReturnValue
True if fits; otherwise, false.
See Also
- Class IBoundsCheckableItem
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++