Vcl.Imaging.GIFImg.TGIFFrame.GetPixel

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

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 はパラメータによって示された座標でみつかる色を返し、 それはグローバルカラーテーブル中のインデックスとして確認することができる。

関連項目