TAffineTransformation.Rotate

procedure Rotate(Cx, Cy, Alpha: Single);

Description

At first, the origin is translated to (Cx, Cy) point, then the image is rotated around the origin by Alpha degrees

and finally, the origin is shifted back.