FMX.Filter.Effects.TEmbossEffect.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Single read GetWidth write SetWidth nodefault;

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 TEmbossEffect

Description

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