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