User Tools

Site Tools


api:dk11:delphi:gisrendererabstract.tgis_rendererabstractcache

TGIS_RendererAbstractCache class

DK11 for Delphi | GisRendererAbstract.TGIS_RendererAbstractCache | Classes | Constructors | Methods | Properties

Cached topmost pixel layer bitmap object to be used with PrepareBitmapCache and RenderBitmapCache.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
type
  TGIS_RendererAbstractCache = class( TGIS_ObjectDisposable )
  end;
// C++ Builder
class PASCALIMPLEMENTATION TGIS_RendererAbstractCache : public TGIS_ObjectDisposable
{
};

Inheritance

Constructors

Inherited Overrides Protected
Name Visibility Description
Create public Constructor.

Methods

Inherited Overrides Protected
Name Visibility Description
ResetSerial public Reset serial number to force cache recreation.

Properties

Inherited Protected
Name Visibility Description
Extent public Extent of the cached bitmap.
Serial public Layer.Params serial value.
Size public Size of of the cached bitmap.

2022/11/30 19:18

Page Tools