Vcl.Imaging.GIFImg.TGIFFrame.SetBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBitmap(Value: TBitmap);

C++

void __fastcall SetBitmap(Vcl::Graphics::TBitmap* Value);

Properties

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

Description

Assigns a bitmap image to the GIF frame.

SetBitmap is a protected method used to load the image given through the Value parameter into the GIF frame's Bitmap property.

See Also