Vcl.Imaging.GIFImg.TGIFFrame.DoGetDitherBitmap

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

Delphi

function DoGetDitherBitmap: TBitmap;

C++

Vcl::Graphics::TBitmap* __fastcall DoGetDitherBitmap();

プロパティ

種類 可視性 ソース ユニット
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

説明

GIFフレームに含まれるビットマップをディザ処理された状態で取得します。

DoGetDitherBitmap は、ディザ処理されたビットマップフォーマットでフレームに保持された画像を取得するために使用される protected メソッドです。

関連項目