Vcl.Imaging.GIFImg.TCustomGIFRenderer.Bitmap

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

Delphi

property Bitmap: TBitmap read GetBitmap;

C++

__property Vcl::Graphics::TBitmap* Bitmap = {read=GetBitmap};

プロパティ

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

説明

現在レンダリングされている GIF フレームに対応するビットマップを示します。

Bitmap は、現在レンダリングされている GIF フレームに対応するビットマップを示す読み取り専用のプロパティです。

関連項目