RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSharedImage Class

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

Pascal
TSharedImage = class;
C++
class TSharedImage;

Graphics

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!