RotateBitmap procedure
Rotates bitmap.
Unit
procedure RotateBitmap(Bitmap: TBitmap; Angle: Double; BackColor: TColor);
Description
Rotates bitmap defined in Bitmap by Angle.
Note: angle has to be divisible by 90 degrees.
Go to CAD VCL Enterprise