Vcl.Imaging.GIFImg.TGIFFrame.DoGetBitmap
Delphi
function DoGetBitmap: TBitmap;
C++
Vcl::Graphics::TBitmap* __fastcall DoGetBitmap();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | class protected | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFFrame |
説明
GIFフレームに含まれるビットマップを取得します。
DoGetBitmap は、ビットマップフォーマットでフレームに保持された画像を取得するために使用される protected メソッドです。
関連項目