API:FMX.Graphics.TBitmapCodecSaveParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TBitmapCodecSaveParams = record
    Quality: Integer;
  end;

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

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!