Vcl.Imaging.GIFImg.TGIFFrame.Pixels

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

Delphi

property Pixels[x, y: integer]: BYTE read GetPixel write SetPixel;

C++

__property System::Byte Pixels[int x][int y] = {read=GetPixel, write=SetPixel};

プロパティ

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

説明

指定された座標でみつかる色を示します。

Pixels プロパティはグローバルカラーテーブルでのインデックスによって確認される色を示します。

関連項目