Vcl.Imaging.pngimage.TPngImage.InterlaceMethod

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

Delphi

property InterlaceMethod: TInterlaceMethod read fInterlaceMethod

C++

__property TInterlaceMethod InterlaceMethod = {read=fInterlaceMethod, write=fInterlaceMethod, nodefault};

プロパティ

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


説明

PNG 画像のインタレース手法を示します。

InterlaceMethod プロパティを使用すると、PNG 画像のインタレース手法を確認したり設定することができます。このプロパティが取り得る値とその意味を以下の表に示します。



意味

imNone

この PNG 画像にはインタレース処理が何も行われていません。

imAdam7

この PNG 画像をインタレース処理するのに Adam7 アルゴリズムが使われています。