Circle
Overview
Circle is a class in Aspose.PDF FOSS for C++.
This class provides 7 methods for working with Circle objects in C++ programs.
Available methods include: CheckBounds, PosX, PosY, Radius.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
PosX() → double | Calls PosX on this Circle instance. |
PosX(value: double) | Calls PosX(value) on this Circle instance. |
PosY() → double | Calls PosY on this Circle instance. |
PosY(value: double) | Calls PosY(value) on this Circle instance. |
Radius() → double | Calls Radius on this Circle instance. |
Radius(value: double) | Calls Radius(value) on this Circle instance. |
CheckBounds(containerWidth: double, containerHeight: double) → bool | Calls CheckBounds(containerWidth, containerHeight) on this Circle instance. |