Vcl.Imaging.pngimage.TIHDRData

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

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

プロパティ

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

説明

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