Rectangle
Overview
Rectangle is a class in Aspose.PDF FOSS for C++.
This class provides 11 methods for working with Rectangle objects in C++ programs.
Available methods include: Bottom, CheckBounds, Height, Left, RoundedCornerRadius, Width.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
RoundedCornerRadius() → double | Calls RoundedCornerRadius on this Rectangle instance. |
RoundedCornerRadius(value: double) | Calls RoundedCornerRadius(value) on this Rectangle instance. |
Left() → double | Calls Left on this Rectangle instance. |
Left(value: double) | Calls Left(value) on this Rectangle instance. |
Bottom() → double | Calls Bottom on this Rectangle instance. |
Bottom(value: double) | Calls Bottom(value) on this Rectangle instance. |
Width() → double | Calls Width on this Rectangle instance. |
Width(value: double) | Calls Width(value) on this Rectangle instance. |
Height() → double | Calls Height on this Rectangle instance. |
Height(value: double) | Calls Height(value) on this Rectangle instance. |
CheckBounds(containerWidth: double, containerHeight: double) → bool | Calls CheckBounds(containerWidth, containerHeight) on this Rectangle instance. |