FMX.Filter.Effects.TFilterFill

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Filter.Effects.TFilterBaseFilterFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFilterFill

Delphi

TFilterFill = class(TFilterBaseFilter)

C++

class PASCALIMPLEMENTATION TFilterFill : public TFilterBaseFilter

Properties

Type Visibility Source Unit Parent
class public
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects FMX.Filter.Effects

Description

TFilterFill is a wrapper for TFillEffect.

FMX.Filter.Effects.TFilterFill inherits from FMX.Filter.Effects.TFillEffect. All content below this line refers to FMX.Filter.Effects.TFillEffect.

TFillEffect is a class for creating an effect that fills the texture of visual objects with a solid color.

For further information, go to TImageFXEffect and FireMonkey Image Effects.

The color to fill the object texture with can be changed through the Color property.

See Also

Code Examples