DK11 for Java | tatukgis.jdk.IGIS_ViewerParent.ControlDrawTexture | Overloads | Methods
Draw texture.
// Java public abstract void ControlDrawTexture( TObject _bmp, TGIS_LayerAbstract _layer, TGIS_Extent _extent, int _ppi );
// Oxygene public procedure ControlDrawTexture( _bmp : TObject; _layer : TGIS_LayerAbstract; _extent : TGIS_Extent; _ppi : Integer );
Name | Type | Description |
---|---|---|
_bmp | TObject | bitmap |
_layer | TGIS_LayerAbstract | layer to be drawn; if nil then all non 3d layers will be rendered |
_extent | TGIS_Extent | extent |
_ppi | int Integer | PPI value |
Do not call this method directly. Method is only for internal Viewer/Parent communication.