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)
ParameterTypeDescription
leftdoubleThe left position of the ellipse.
bottomdoubleThe bottom position of the ellipse.
widthdoubleThe width of the ellipse.
heightdoubleThe height of the ellipse.

See Also