Vcl.Imaging.GIFImg.TGIFFrame.NewImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NewImage;

C++

void __fastcall NewImage(void);

Properties

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

Description

Loads a new image in the frame.

NewImage deletes the image contained within the frame and loads a new one.

See Also