Aspose::Pdf::Drawing::Ellipse::Ellipse constructor
Ellipse::Ellipse constructor
Initializes a new instance of the Ellipse class.
Aspose::Pdf::Drawing::Ellipse::Ellipse(double left, double bottom, double width, double height)
Parameter | Type | Description |
---|---|---|
left | double | The left position of the ellipse. |
bottom | double | The bottom position of the ellipse. |
width | double | The width of the ellipse. |
height | double | The height of the ellipse. |
See Also
- Class Ellipse
- Namespace Aspose::Pdf::Drawing
- Library Aspose.PDF for C++