Vcl.Imaging.GIFImg.TGIFFrame.DoGetDitherBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetDitherBitmap: TBitmap;

C++

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

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, dithered.

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

See Also