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

Record that contains information about the quality of the encoder.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FMX.Graphics.TBitmapCodecSaveParams&oldid=736938"