Vcl.Imaging.GIFImg.TGIFRenderer.Buffer

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

Delphi

property Buffer: TBitmap read FBuffer;

C++

__property Vcl::Graphics::TBitmap* Buffer = {read=FBuffer};

プロパティ

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

説明

Specifies the image stored in the current GIF frame. カレント GIF フレームに保持された画像を示します。

The Buffer property is used internally to store the bitmap image from the current GIF frame.

関連項目