Vcl.Imaging.GIFImg.TGIFImage.NewImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NewImage;

C++

void __fastcall NewImage();

Properties

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

Description

Calls the InternalClear method.

NewImage is an internal method that creates a new image by calling the InternalClear method.

See Also