"shadowRadius"
This function sets the radius of an object's shadow.
Synopsis
setValue(string shape, "shadowRadius", unsigned radius);
getValue(string shape, "shadowRadius", unsigned &radius);
shape.shadowRadius(unsigned radius);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
radius | Wert vom Schattenradius |
Description
This attribute sets the radius of an object's shadow.
EXAMPLE
The shadow radius of "ELLIPSE1"is set to the value 150.
main()
{
ELLIPSE1.shadowRadius(150);
}
Assignment
All graphics objects