Vcl.Imaging.GIFImg.TGIFImageList.Frames

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

Delphi

property Frames[Index: Integer]: TGIFFrame read GetFrame write SetFrame; default;

C++

__property TGIFFrame* Frames[int Index] = {read=GetFrame, write=SetFrame/*, default*/};

プロパティ

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

説明

TGIFImageList オブジェクトのためのフレームのリストを保持します。

Frames プロパティは GIF イメージのフレームを含む TGIFFrame の配列です。

関連項目