DK11 for Java | tatukgis.jdk.TGIS_RendererAbstract.RenderBitmap | Overloads | Constructors | Fields | Methods | Properties
Render bitmap on a current canvas with scaling.
// Java public abstract void RenderBitmap( TObject _handle, TGIS_Bitmap _bmp, TRect _dst, bool _antialias );
// Oxygene public procedure RenderBitmap( _handle : TObject; _bmp : TGIS_Bitmap; _dst : TRect; _antialias : Boolean ); virtual; abstract;
Name | Type | Description |
---|---|---|
_handle | TObject | handle to progressive layer context or nil |
_bmp | TGIS_Bitmap | bitmap to be drawn |
_dst | TRect | destination rectangle (to which bitmap should be rendered) |
_antialias | bool Boolean | if True, rendering is anti-aliased if the framework gives such a possibility |