WD Image rotatio - Rotacionar a imagem
// Prevents from refreshing the image
IMG_IMAGE..DisplayEnabled = False
// Restores the image
IMG_IMAGE = IMG_IMAGE
// Rotates the image
dRotation(IMG_IMAGE, SLD_ANGLE, CenterX,CenterY)
// Refreshes the display
IMG_IMAGE..DisplayEnabled = True
// Leaves a tempo
Wait(0, waitRedraw)