API:Vcl.Imaging.jpeg.TJPEGData

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Graphics.TSharedImageSystem.TObjectTJPEGData

Delphi

TJPEGData = class(TSharedImage)

C++

class PASCALIMPLEMENTATION TJPEGData : public Vcl::Graphics::TSharedImage

Properties

Type Visibility Source Unit Parent
class public
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg Vcl.Imaging.jpeg

Description

TSharedImage is the base class for classes that contain images used for graphics objects.

Vcl.Imaging.jpeg.TJPEGData inherits from Vcl.Graphics.TSharedImage. All content below this line refers to Vcl.Graphics.TSharedImage.

TSharedImage is the base class for classes that contain images used for graphics objects.

TSharedImage is used as a base class for classes that hold the internal representation of graphical images such as bitmaps and icons. TSharedImage is an abstract class. Its descendant classes are used internally by graphics objects, and are automatically created by their associated graphics objects.

See Also