API:Vcl.Graphics.TMetafileImage

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Graphics.TSharedImageSystem.TObjectTMetafileImage

Delphi

TMetafileImage = class(TSharedImage)

C++

class PASCALIMPLEMENTATION TMetafileImage : public TSharedImage

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.

Vcl.Graphics.TMetafileImage 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