FMX.Filter.TFilter.FTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FTarget: TTexture;

C++

Fmx::Types3d::TTexture* FTarget;

Properties

Type Visibility Source Unit Parent
field protected
FMX.Filter.pas
FMX.Filter.hpp
FMX.Filter TFilter

Description

Holds the target TTexture of the filter.

FTarget can be used by descendants of TFilter when rendering multiple textures.

See Also