Aspose::Pdf::Drawing::Rectangle class
Contents
[
Hide
]Rectangle class
Represents rectangle.
class Rectangle : public Aspose::Pdf::Drawing::Shape
Methods
| Method | Description |
|---|---|
| CheckBounds(double, double) override | Checks if the item fits within the given container dimensions (inclusive). |
| get_Bottom() const | Gets a float value that indicates the bottom position of the rectangle. |
| get_Height() const | Gets a float value that indicates the height of the rectangle. |
| get_Left() const | Gets a float value that indicates the left position of the rectangle. |
| get_RoundedCornerRadius() const | Gets a float value that indicates the radius of rectangle corners. |
| get_Width() const | Gets a float value that indicates the width of the rectangle. |
| Rectangle(float, float, float, float) | Initializes a new instance of the Rectangle class. |
| set_Bottom(double) | Sets a float value that indicates the bottom position of the rectangle. |
| set_Height(double) | Sets a float value that indicates the height of the rectangle. |
| set_Left(double) | Sets a float value that indicates the left position of the rectangle. |
| set_RoundedCornerRadius(double) | Sets a float value that indicates the radius of rectangle corners. |
| set_Width(double) | Sets a float value that indicates the width of the rectangle. |
See Also
- Class Shape
- Namespace Aspose::Pdf::Drawing
- Library Aspose.PDF for C++