Vcl.Imaging.jpeg.TJPEGImage.Bitmap

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property Bitmap: TBitmap read GetBitmap;  // volatile

C++

__property Vcl::Graphics::TBitmap* Bitmap = {read=GetBitmap};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg TJPEGImage

Description

Returns a bitmap that contains the image encoded in the jpeg object.

Use Bitmap to retrieve a bitmap object that contains the image in its raw format. Bitmap generates or reuses an internal TBitmap object. We recommend that you do not use the Bitmap property, because the returned object may be freed internally without any notice, leaving you a bad TBitmap reference.

See Also