FMX.Filter.Effects.TAffineTransformEffect.Rotation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Rotation: Single read GetRotation write SetRotation nodefault;

C++

__property float Rotation = {read=GetRotation, write=SetRotation};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TAffineTransformEffect


Beschreibung

Gibt den Drehwinkel in Grad an.

Der Bereich des Drehwinkels liegt im Intervall [-180,180].

Tipp: Die Drehung wird nur auf die Textur des Objekts und nicht auf das Objekt angewendet.

Siehe auch

Codebeispiele