Vcl.Imaging.GIFImg.TGIFFrame.GetBitmap

提供:RAD Studio API Documentation

Delphi

function GetBitmap: TBitmap;

C++

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

プロパティ

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

説明

GIFフレームに含まれたビットマップを返します。

GetBitmap は、ビットマップ形式でフレームによって保持された画像を得るために使用される protected メソッドです。

関連項目