FMX.Filter.Effects.TAffineTransformEffect.Rotation
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] の間です。
ヒント: 回転は、オブジェクトのテクスチャにのみ適用され、オブジェクトには適用されません。