Vcl.Imaging.jpeg.TJPEGImage.NewBitmap

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure NewBitmap;

C++

void __fastcall NewBitmap();

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 bitmap that holds the representation of the jpeg image.

NewBitmap is used internally by the TJPEGImage when it needs to update the internal bitmap. A call to NewBitmap makes all references to the old bitmap to become invalid. Any references to the internal bitmap held prior to this call are now invalid.

See Also