radius method

AzInkWell radius(
  1. double double
)

Implementation

AzInkWell radius(double double){
  _radius = double;
  return this;
}