0
I need to rotate an object inside a canvas at Delphi.
Example rotate by 90 degrees. Text I get is easy, but I have to be able to do for any type drawn object.
As for an image drawn on canvas or a geometric figure drawn by canvas.
Example:
Image1.canvas.font.orientation := 900; //equivale rotacionar em 90 gráus.
Only I wanted to for any object drawn on the canvas, not just texts. I can only with text as example above.