FMX.Graphics.TBitmapCodecSaveParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBitmapCodecSaveParams = record

C++

struct DECLSPEC_DRECORD TBitmapCodecSaveParams
{
public:
    int Quality;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics FMX.Graphics

Description

Record that contains information about the quality of the encoder.

See Also