Vcl.Imaging.GIFImg.TGIFFrame.GetBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBitmap: TBitmap;

C++

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

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Returns the bitmap contained by the GIF frame.

GetBitmap is a protected method used to get the image stored by the frame, in Bitmap format.

See Also