Vcl.Imaging.pngimage.TIHDRData

De RAD Studio API Documentation
Aller à : navigation, rechercher

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;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage Vcl.Imaging.pngimage

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !