RotateImage Function
Imaging

Rotates image by Angle degrees counterclockwise.

Pascal
function RotateImage(var Image: TImageData; 
                     Angle: Single): Boolean;
File

Imaging (at line 207)

Description

All angles are allowed.

Related Information
You are here: Symbol Reference > Functions > RotateImage Function