FMX.Graphics.TBitmap.Rotate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Rotate(const Angle: Single);

C++

void __fastcall Rotate(const float Angle);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics 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.

See Also

Code Examples