DK11 for Java | tatukgis.jdk.TGIS_RendererAbstract.RenderBitmap | Overloads | Constructors | Fields | Methods | Properties
Render bitmap on a current canvas.
// Java public abstract void RenderBitmap( TObject _handle, int[] _bmp, TPoint _size, TRect _dst, TGIS_BitmapFormat _format, TGIS_BitmapLinesOrder _order );
// Oxygene public procedure RenderBitmap( _handle : TObject; _bmp : TGIS_Pixels; _size : TPoint; _dst : TRect; _format : TGIS_BitmapFormat; _order : TGIS_BitmapLinesOrder ); virtual; abstract;
Name | Type | Description |
---|---|---|
_handle | TObject | handle to the context obtained by RenderBitmapBegin; cam be nil for non progressive display |
_bmp | int[] TGIS_Pixels | array of bitmap pixels |
_size | TPoint | width/height of _bmp (in pixels) |
_dst | TRect | destination rectangle (in pixels); scaling will apply if required |
_format | TGIS_BitmapFormat | pixel format of _bmp array |
_order | TGIS_BitmapLinesOrder | line order of _bmp array |