Vcl.Imaging.pngimage.TIHDRData

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

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