Aspose::Pdf::Drawing::Line::CheckBounds method
Line::CheckBounds method
Checks if the item fits within the given container dimensions (inclusive).
bool Aspose::Pdf::Drawing::Line::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 Line
- Namespace Aspose::Pdf::Drawing
- Library Aspose.PDF for C++