FMX.Filter.Effects.TEmbossEffect.Width

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

Delphi

property Width: Single read GetWidth write SetWidth nodefault;

C++

__property float Width = {read=GetWidth, write=SetWidth};

プロパティ

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

説明

サンプル間の間隔を示します(入力サイズに対比して取得されます)。

WidthSystem.Single 値で、0.00 から 10.00 の範囲の値を取ります。

Width が明示的に設定されていない場合、3.00 に等しいと見なされます。

関連項目