FMX.Graphics.TBitmap.Rotate
Delphi
procedure Rotate(const Angle: Single);
C++
void __fastcall Rotate(const float Angle);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TBitmap |
Description
Fait pivoter l'image TBitmap en cours d'un certain angle.
Le paramètre Angle précise l'angle de rotation.
L'image est redimensionnée conformément au rectangle le plus petit qui puisse afficher l'image pivotée entière.