procedure Rotate(Cx, Cy, Alpha: Single);
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.
[See also]: