FMX.Filter.Effects.TFilterEmboss.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Single read GetWidth write SetWidth;

C++

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

Properties

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

Description

FMX.Filter.Effects.TFilterEmboss.Width inherits from FMX.Filter.Effects.TEmbossEffect.Width. All content below this line refers to FMX.Filter.Effects.TEmbossEffect.Width.

Specifies the separation between samples (taken as a fraction of the input size).

Width is a System.Single value that takes values in the range from 0.00 through 10.00.

If Width is not explicitly set, it is considered equal to 3.00.

See Also