getCenterTextRadiusPercent method

double getCenterTextRadiusPercent()

the rectangular radius of the bounding box for the center text, as a percentage of the pie hole default 1.f (100%)

Implementation

double getCenterTextRadiusPercent() {
  return _centerTextRadiusPercent;
}