DK11 for Java | tatukgis.jdk.TGIS_RendererAbstract.RenderBitmapCache | Constructors | Fields | Methods | Properties
Render bitmap cache for topmost pixel layers.
// Java public void RenderBitmapCache( TObject _handle, TGIS_RendererAbstractCache _cache, TRect _dst );
// Oxygene public procedure RenderBitmapCache( _handle : TObject; _cache : TGIS_RendererAbstractCache; _dst : TRect ); virtual;
Name | Type | Description |
---|---|---|
_handle | TObject | handle to the context obtained by RenderBitmapBegin; cam be nil for non progressive display |
_cache | TGIS_RendererAbstractCache | cache obtained via PrepareBitmapCache |
_dst | TRect | destination rectangle (in pixels); scaling will apply if required |