Vcl.Graphics.TSharedImage
Delphi
TSharedImage = class
C++
class PASCALIMPLEMENTATION TSharedImage : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | Vcl.Graphics |
Description
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.