FMX.Filter.Effects.TFilterBaseFilter.Output

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Output: TBitmap read GetOutput;

C++

__property Fmx::Graphics::TBitmap* Output = {read=GetOutput};

Properties

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

Description

Specifies the output image.

Output is a TBitmap. The output image is the result of applying the filter specified through the InputFilter property over the Input image.

See Also