FMX.Filter.Effects.TAffineTransformEffect.Rotation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Rotation: Single read GetRotation write SetRotation nodefault;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TAffineTransformEffect

Description

Specifies the rotation angle, in degrees.

The rotation angle range is in the [-180,180] interval.

Tip: The rotation is applied only to the object's texture, and not to the object.

See Also

Code Examples