API:Vcl.Imaging.GIFImg.TGIFPlainTextExtensionRec

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

Delphi

  TGIFPlainTextExtensionRec = packed record
    BlockSize: byte;         { should be 12 }
    Left, Top, Width, Height: Word;
    CellWidth, CellHeight: Byte;
    TextFGColorIndex,
    TextBGColorIndex: Byte;
  end;

C++

struct DECLSPEC_DRECORD TGIFPlainTextExtensionRec
{
public:
    System::Byte BlockSize;
    System::Word Left;
    System::Word Top;
    System::Word Width;
    System::Word Height;
    System::Byte CellWidth;
    System::Byte CellHeight;
    System::Byte TextFGColorIndex;
    System::Byte TextBGColorIndex;
};

プロパティ

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

説明

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