FMX.Filter.Effects.TAffineTransformEffect.Rotation

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Rotation: Single read GetRotation write SetRotation nodefault;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TAffineTransformEffect

説明

回転角度を、度数で示します。

回転角度の範囲は、[-180,180] の間です。

ヒント: 回転は、オブジェクトのテクスチャにのみ適用され、オブジェクトには適用されません。

関連項目

コード サンプル