Vcl.Imaging.GIFImg.TGIFFrame.Interlaced

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

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 プロパティはフレームがインターレース画像を含むかどうかを示します。

関連項目