Rotate A Bitmap in Delphi
|
Popularity: (1486)
Tags: delphi bitmap rotate borland Link: Visit It >> |
Find out how to Rotate a Bitmap using Borland Delphi Delphi Tutorial. Bitmap rotation is a graphic effect that Delphi does not natively offer. This article shows how to rotate a given image in 90-degree increments. It allows you to rotate any image 0 90 180 or 270 degrees. With a little work, the code can be modified to rotate to any angle.