Ellipse

Overview

Ellipse is a class in Aspose.PDF FOSS for C++.

This class provides 9 methods for working with Ellipse objects in C++ programs. Available methods include: Bottom, CheckBounds, Height, Left, Width. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
Left()doubleCalls Left on this Ellipse instance.
Left(value: double)Calls Left(value) on this Ellipse instance.
Bottom()doubleCalls Bottom on this Ellipse instance.
Bottom(value: double)Calls Bottom(value) on this Ellipse instance.
Width()doubleCalls Width on this Ellipse instance.
Width(value: double)Calls Width(value) on this Ellipse instance.
Height()doubleCalls Height on this Ellipse instance.
Height(value: double)Calls Height(value) on this Ellipse instance.
CheckBounds(containerWidth: double, containerHeight: double)bool` returns true only if the ellipse fits entirely within the specified container dimensions

See Also