FMX.Types.TBitmap.Rotate
From RAD Studio API Documentation
Delphi
procedure Rotate(const Angle: Single);
C++
void __fastcall Rotate(const float Angle);
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TBitmap |
Description
Rotates the current TBitmap image at a certain angle.
The Angle parameter specifies the rotation angle.
The image is resized to the smallest rectangle that can display the entire rotated image.