Rotate

Graphics32

TBitmap32.Rotate

procedure Rotate90(Dst: TBitmap32);

procedure Rotate180(Dst: TBitmap32);

procedure Rotate270(Dst: TBitmap32);

Description

A set of optimized routines for rotating the image 90, 180, and 270 degrees. Angles correspond to the clockwise rotation.

See Also

TBitmap32