FMX.Types3D.TTexture.MagFilter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MagFilter: TTextureFilter read FMagFilter write SetMagFilter;

C++

__property TTextureFilter MagFilter = {read=FMagFilter, write=SetMagFilter, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TTexture

Description

Specifies the used filter when magnifying this texture.

By default, TTexture uses linear filters.

See TTextureFilter for details about possible values of the MagFilter property.

See Also