![]() |
|
Navigation |
Synopsis Add a shadow to the current figure.
Function
Fproperty shadow(bool b)
Description Defines whether a figure will have a shadow or not.
The color of the shadow is determined by shadowColor.
The position of the shadow is determined by shadowPos.
Examples
box1 = box(size(200,100), shadow(true),resizable(false)); render(box1); ![]() ![]() |