Vcl.Imaging.pngimage.TIHDRData

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TIHDRData = record
    Width, Height: Cardinal;
    BitDepth,
    ColorType,
    CompressionMethod,
    FilterMethod,
    InterlaceMethod: Byte;
  end;

C++

struct DECLSPEC_DRECORD TIHDRData
{
public:
    unsigned Width;
    unsigned Height;
    System::Byte BitDepth;
    System::Byte ColorType;
    System::Byte CompressionMethod;
    System::Byte FilterMethod;
    System::Byte InterlaceMethod;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage Vcl.Imaging.pngimage

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.