Class IGDIPlus.TGPCachedBitmap
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: IGDIPlus
Inherits: TGPBase
Contents |
Syntax
Delphi:
type TGPCachedBitmap = class( TGPBase, IGPCachedBitmap )
C++ Builder:
class TGPCachedBitmap : public TGPBase
Visual C++ (MFC):
class CTGPCachedBitmap : public CTGPBase
C# (.NET):
public ref class TGPCachedBitmap : Mitov.SignalLab.Base
Summary
Object used to store a bitmap in a format that is optimized for display on a particular device.
Description
A CachedBitmap object stores a bitmap in a format that is optimized for display on a particular device. To display a cached bitmap, call the TGPGraphics.DrawCachedBitmap method.