Vcl.Imaging.GIFImg.TGIFFrame.DoGetBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetBitmap: TBitmap;

C++

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

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.

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

See Also