how to create an axis for dropshadow using mgraphics and paint function
Hi,
We are making a dial and we wanted to have a shadow for our dial. its in a paintshadow() function with a little offset using translate(). We want it to rotate around a different axis. But the rotate() function does only work for the code after the rotate and not in between of the paint function. Is there a dropshadow function or a way to isolate rotate() function in the paint() function?
Tnx for your comment! It works, now the dial has its own shadow.