FMX.Filter.Effects.TFilterAffineTransform.Rotation

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

Delphi

property Rotation: Single read GetRotation write SetRotation;

C++

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

プロパティ

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

説明

FMX.Filter.Effects.TFilterAffineTransform.Rotation は FMX.Filter.Effects.TAffineTransformEffect.Rotation を継承しています。以下の内容はすべて FMX.Filter.Effects.TAffineTransformEffect.Rotation を参照しています。

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

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

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

関連項目

コード サンプル