Vcl.Imaging.GIFImg.TGIFImage.ShouldDither
Delphi
property ShouldDither: boolean read GetDoDither;
C++
__property bool ShouldDither = {read=GetDoDither, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFImage |
説明
Specifies whether dithering is enabled when displaying the GIF images. GIF イメージが表示されるときに、ディザリングすることができるかどうかを示します。
読み取り専用の ShouldDither プロパティは TGIFImage インスタンスが保持している GIF イメージが 表示される時にディザリングが可能かどうかを示します。
関連項目