Vcl.Imaging.GIFImg.TGIFImage.ColorResolution
Delphi
property ColorResolution: integer read GetColorResolution;
C++
__property int ColorResolution = {read=GetColorResolution, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFImage |
説明
GIF イメージのカラー解像度を表します。
読み取り専用の ColorResolution プロパティは TGIFImage インスタンスが保持している全ての GIF イメージの カラー解像度の最大値を表します。
関連項目