DK11 for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.RenderBitmapCache | Methods | Properties
Render bitmap cache for topmost pixel layers.
// C# public void RenderBitmapCache( ITBaseObject _handle, ITGIS_RendererAbstractCache _cache, ITRect _dst );
' VisualBasic Public Sub RenderBitmapCache( ByVal _handle As ITBaseObject, ByVal _cache As ITGIS_RendererAbstractCache, ByVal _dst As ITRect )
// Oxygene public procedure RenderBitmapCache( _handle : ITBaseObject; _cache : ITGIS_RendererAbstractCache; _dst : ITRect );
Name | Type | Description |
---|---|---|
_handle | ITBaseObject | handle to the context obtained by RenderBitmapBegin; cam be nil for non progressive display |
_cache | ITGIS_RendererAbstractCache | cache obtained via PrepareBitmapCache |
_dst | ITRect | destination rectangle (in pixels); scaling will apply if required |