"scaleRadiusDelta"

Allows to change the size of the scale radius by the given delta value.

Synopsis

shape.scaleRadiusDelta(int delta);

Parameters

Parameter Description
delta The delta value by which the radius shall be enlarged/minimized.

Description

Allows to change the size of the scale radius by the given delta value.

Example

In the following example the radius of the scale is reduced by 20.

main()
{
  this.scaleRadiusDelta(20);
}
Abbildung 1. Dial Gauge and the Radius of the Scale reduced by 5

Assignment

DialGauge EWO