Vcl.Imaging.GIFImg.TGIFFrame.GetInterlaced
Delphi
function GetInterlaced: boolean;
C++
bool __fastcall GetInterlaced(void);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | class protected | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFFrame |
説明
もし GIF フレームに添付された画像がインターレース形式なら True を返します。
GetInterlaced は もし GIF フレームに含まれているものがインターレース画像なら True そうでなければ False を返します。
関連項目