Vcl.Imaging.jpeg.TJPEGImage.Create
Delphi
constructor Create; override;
C++
__fastcall virtual TJPEGImage()/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Vcl.Imaging.jpeg.pas Vcl.Imaging.jpeg.hpp |
Vcl.Imaging.jpeg | TJPEGImage |
Description
Instantiates a jpeg image object.
Call Create to instantiate a jpeg image object at run time. Create allocates memory for a jpeg image object and then initializes its properties. After the jpeg is loaded from a file, an internal bitmap is created to hold the image.
See Also
Code Examples