Vcl.Imaging.GIFImg.TCustomGIFRenderer.GetBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBitmap: TBitmap; virtual; abstract;

C++

virtual Vcl::Graphics::TBitmap* __fastcall GetBitmap() = 0 ;

Properties

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

Description

Returns the value of the Bitmap property.

GetBitmap is an internal method that returns the value of the Bitmap property.

See Also