Vcl.Imaging.GIFImg.TGIFFrame.GetPixel
Delphi
function GetPixel(x, y: integer): BYTE;
C++
System::Byte __fastcall GetPixel(int x, int y);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | class protected | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFFrame |
説明
指定された座標にある色のグローバルカラーテーブルでのインデックスを返します。
GetPixel はパラメータによって示された座標でみつかる色を返し、 それはグローバルカラーテーブル中のインデックスとして確認することができる。
関連項目