DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerParent.ControlDrawTexture_2 | Methods
Draw texture.
// C# public void ControlDrawTexture_2( ITBaseObject _bmp, ITGIS_LayerAbstract _layer, ITGIS_Extent _extent, int _ppi );
' VisualBasic Public Sub ControlDrawTexture_2( ByVal _bmp As ITBaseObject, ByVal _layer As ITGIS_LayerAbstract, ByVal _extent As ITGIS_Extent, ByVal _ppi As Integer )
// Oxygene public procedure ControlDrawTexture_2( _bmp : ITBaseObject; _layer : ITGIS_LayerAbstract; _extent : ITGIS_Extent; _ppi : Integer );
Name | Type | Description |
---|---|---|
_bmp | ITBaseObject | bitmap |
_layer | ITGIS_LayerAbstract | layer to be drawn; if nil then all non 3d layers will be rendered |
_extent | ITGIS_Extent | extent |
_ppi | int Integer | PPI value |
Do not call this method directly. Method is only for internal Viewer/Parent communication.