Vcl.Imaging.jpeg.TJPEGImage.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
protected
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg TJPEGImage

Description

Creates a new data object that holds the internal representation of the jpeg image.

NewImage is used internally by the TJPEGImage when it needs to update the internal image. NewImage frees and then creates a new instance of TJPEGData, used to hold the internal representation of the jpeg image.

See Also