Vcl.Imaging.GIFImg.TGIFFrame.Interlaced
Delphi
property Interlaced: boolean read GetInterlaced write SetInterlaced;
C++
__property bool Interlaced = {read=GetInterlaced, write=SetInterlaced, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFFrame |
説明
フレームがインターレース画像を含むかどうかを示します。
Interlaced プロパティはフレームがインターレース画像を含むかどうかを示します。
関連項目