API:Vcl.Imaging.jpeg.TJPEGDefaults

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TJPEGDefaults = record

C++

struct DECLSPEC_DRECORD TJPEGDefaults
{
public:
    TJPEGQualityRange CompressionQuality;
    bool Grayscale;
    TJPEGPerformance Performance;
    TJPEGPixelFormat PixelFormat;
    bool ProgressiveDisplay;
    bool ProgressiveEncoding;
    TJPEGScale Scale;
    bool Smoothing;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg Vcl.Imaging.jpeg

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。